diff options
author | Ben Elliston <bje@gnu.org> | 2005-12-20 19:49:04 +0000 |
---|---|---|
committer | Ben Elliston <bje@gnu.org> | 2005-12-20 19:49:04 +0000 |
commit | 41d13ade488d3432b8d357eb5b4293ea74c3722a (patch) | |
tree | 06693746388d57ac444e3063f878acd79e607c4c /configure | |
parent | 895ff7c400be35d5cbbf871bdd3ffc0b0e473a6a (diff) | |
download | dejagnu-41d13ade488d3432b8d357eb5b4293ea74c3722a.zip dejagnu-41d13ade488d3432b8d357eb5b4293ea74c3722a.tar.gz dejagnu-41d13ade488d3432b8d357eb5b4293ea74c3722a.tar.bz2 |
* Makefile.am (SUBDIRS): Remove testsuite, example.
(EXTRA_DIST): Add $(TESTSUITE_FILES).
(TESTSUITE_FILES): New.
(RUNTEST, RUNTESTDEFAULTFLAGS): New.
(AM_CXXFLAGS): Set.
(check_PROGRAMS): New.
(unit_SOURCES): New.
* Makefile.in: Regenerate.
* configure.ac (AC_OUTPUT): Don't output example/Makefile,
testsuite/Makefile or testsuite/libdejagnu/Makefile.
* configure: Regenerate.
* testsuite/Makefile.am: Remove.
* testsuite/Makefile.in: Likewise.
* testsuite/libdejagnu/Makefile.am: Likewise.
* testsuite/libdejagnu/Makefile.in: Likewise.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -3612,7 +3612,7 @@ fi subdirs="$subdirs example/calc example/hello example/mathhelper" - ac_config_files="$ac_config_files Makefile doc/Makefile doc/C/Makefile example/Makefile testsuite/Makefile testsuite/libdejagnu/Makefile" + ac_config_files="$ac_config_files Makefile doc/Makefile doc/C/Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure @@ -4205,9 +4205,6 @@ do "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; "doc/C/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/C/Makefile" ;; - "example/Makefile" ) CONFIG_FILES="$CONFIG_FILES example/Makefile" ;; - "testsuite/Makefile" ) CONFIG_FILES="$CONFIG_FILES testsuite/Makefile" ;; - "testsuite/libdejagnu/Makefile" ) CONFIG_FILES="$CONFIG_FILES testsuite/libdejagnu/Makefile" ;; "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} |