diff options
author | Rob Savoye <rob@welcomehome.org> | 2004-03-06 07:05:41 +0000 |
---|---|---|
committer | Rob Savoye <rob@welcomehome.org> | 2004-03-06 07:05:41 +0000 |
commit | 5a09eb4b52cbf4d50cea46bf705664654738445d (patch) | |
tree | d6db6172f319b82bec1d6ded0836de2c3beaab58 | |
parent | e601321a6f16712e5995ef1dab79c2ed415a34f4 (diff) | |
download | dejagnu-5a09eb4b52cbf4d50cea46bf705664654738445d.zip dejagnu-5a09eb4b52cbf4d50cea46bf705664654738445d.tar.gz dejagnu-5a09eb4b52cbf4d50cea46bf705664654738445d.tar.bz2 |
Add the doc/C directory.
-rwxr-xr-x | configure | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -3586,7 +3586,7 @@ fi subdirs="$subdirs example/calc example/hello" - ac_config_files="$ac_config_files Makefile doc/Makefile testsuite/Makefile example/Makefile testsuite/libdejagnu/Makefile" + ac_config_files="$ac_config_files Makefile doc/Makefile doc/C/Makefile testsuite/Makefile example/Makefile testsuite/libdejagnu/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 @@ -4178,6 +4178,7 @@ do # Handling of arguments. "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; + "doc/C/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/C/Makefile" ;; "testsuite/Makefile" ) CONFIG_FILES="$CONFIG_FILES testsuite/Makefile" ;; "example/Makefile" ) CONFIG_FILES="$CONFIG_FILES example/Makefile" ;; "testsuite/libdejagnu/Makefile" ) CONFIG_FILES="$CONFIG_FILES testsuite/libdejagnu/Makefile" ;; diff --git a/configure.ac b/configure.ac index 9b2f6a0..f6d94b0 100644 --- a/configure.ac +++ b/configure.ac @@ -37,5 +37,5 @@ fi AC_CONFIG_SUBDIRS([example/calc example/hello]) -AC_OUTPUT([Makefile doc/Makefile testsuite/Makefile example/Makefile +AC_OUTPUT([Makefile doc/Makefile doc/C/Makefile testsuite/Makefile example/Makefile testsuite/libdejagnu/Makefile]) |