diff options
author | Tom Tromey <tromey@redhat.com> | 2010-11-23 14:37:26 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2010-11-23 14:37:26 +0000 |
commit | 5ae98d2512a3d327aed9e66fc065e010e38379f9 (patch) | |
tree | 1050c5130a911e7a1c2f4efc782a3b133ff32df3 /gdb/configure | |
parent | c77912127fd71c822df5b03a3190cddd19b1dd4f (diff) | |
download | gdb-5ae98d2512a3d327aed9e66fc065e010e38379f9.zip gdb-5ae98d2512a3d327aed9e66fc065e010e38379f9.tar.gz gdb-5ae98d2512a3d327aed9e66fc065e010e38379f9.tar.bz2 |
gdb
* Makefile.in (SUBDIRS): Add doc.
* configure: Rebuild.
* configure.ac: Don't configure in doc. Create doc/Makefile.
gdb/doc
* Makefile.in (Makefile): Run ../config.status.
(distclean): Update.
* configure: Remove.
* configure.ac: Remove.
Diffstat (limited to 'gdb/configure')
-rwxr-xr-x | gdb/configure | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gdb/configure b/gdb/configure index 6d920c6..714df50 100755 --- a/gdb/configure +++ b/gdb/configure @@ -989,7 +989,7 @@ CPP YACC YFLAGS XMKMF' -ac_subdirs_all='doc testsuite +ac_subdirs_all='testsuite gdbtk multi-ice gdbserver' @@ -7883,7 +7883,7 @@ fi -subdirs="$subdirs doc testsuite" +subdirs="$subdirs testsuite" # Check whether to support alternative target configurations @@ -15899,7 +15899,7 @@ ac_config_links="$ac_config_links $ac_config_links_1" $as_echo "#define GDB_DEFAULT_HOST_CHARSET \"UTF-8\"" >>confdefs.h -ac_config_files="$ac_config_files Makefile .gdbinit:gdbinit.in gnulib/Makefile data-directory/Makefile" +ac_config_files="$ac_config_files Makefile .gdbinit:gdbinit.in doc/Makefile gnulib/Makefile data-directory/Makefile" ac_config_commands="$ac_config_commands default" @@ -16665,6 +16665,7 @@ do "$ac_config_links_1") CONFIG_LINKS="$CONFIG_LINKS $ac_config_links_1" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:gdbinit.in" ;; + "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; "gnulib/Makefile") CONFIG_FILES="$CONFIG_FILES gnulib/Makefile" ;; "data-directory/Makefile") CONFIG_FILES="$CONFIG_FILES data-directory/Makefile" ;; "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;; |