diff options
author | Pedro Alves <palves@redhat.com> | 2012-04-19 15:27:52 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2012-04-19 15:27:52 +0000 |
commit | 809277f8ce3065577b99603f221d63216fb2de33 (patch) | |
tree | 4f3be23a3a8f4577c795aae80cb6dedad939bfdc /gdb/configure.ac | |
parent | fd9bb8b878bd629e228ad51ae1168134e9630b78 (diff) | |
download | gdb-809277f8ce3065577b99603f221d63216fb2de33.zip gdb-809277f8ce3065577b99603f221d63216fb2de33.tar.gz gdb-809277f8ce3065577b99603f221d63216fb2de33.tar.bz2 |
2012-04-19 Pedro Alves <palves@redhat.com>
gdb/
* gnulib/: Move whole directory ...
* gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
* Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
(REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
(aclocal_m4_deps): Adjust.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* configure.ac: Adjust AC_OUTPUT output.
gdbserver/
* Makefile.in (LIBGNU, INCGNU): Adjust.
(GNULIB_FLAGS_TO_PASS, GNULIB_H): Adjust.
(all, install-only, uninstall, clean-info, all-lib, clean)
(maintainer-clean, Makefile, gnulib/Makefile): Adjust.
* configure.ac: Adjust AC_OUTPUT output.
* aclocal.m4: Regenerate.
* configure: Regenerate.
Diffstat (limited to 'gdb/configure.ac')
-rw-r--r-- | gdb/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure.ac b/gdb/configure.ac index 03cd666..2fa2519 100644 --- a/gdb/configure.ac +++ b/gdb/configure.ac @@ -2242,7 +2242,7 @@ dnl At the moment, we just assume it's UTF-8. AC_DEFINE(GDB_DEFAULT_HOST_CHARSET, "UTF-8", [Define to be a string naming the default host character set.]) -AC_OUTPUT(Makefile gdb-gdb.gdb doc/Makefile gnulib/Makefile data-directory/Makefile, +AC_OUTPUT(Makefile gdb-gdb.gdb doc/Makefile gnulib/import/Makefile data-directory/Makefile, [ case x$CONFIG_HEADERS in xconfig.h:config.in) |