aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRob Savoye <rob@welcomehome.org>2004-03-06 07:05:41 +0000
committerRob Savoye <rob@welcomehome.org>2004-03-06 07:05:41 +0000
commit5a09eb4b52cbf4d50cea46bf705664654738445d (patch)
treed6db6172f319b82bec1d6ded0836de2c3beaab58 /configure
parente601321a6f16712e5995ef1dab79c2ed415a34f4 (diff)
downloaddejagnu-5a09eb4b52cbf4d50cea46bf705664654738445d.zip
dejagnu-5a09eb4b52cbf4d50cea46bf705664654738445d.tar.gz
dejagnu-5a09eb4b52cbf4d50cea46bf705664654738445d.tar.bz2
Add the doc/C directory.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 58cdb85..0084476 100755
--- a/configure
+++ b/configure
@@ -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" ;;