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/gdbserver/configure | |
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/gdbserver/configure')
-rwxr-xr-x | gdb/gdbserver/configure | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/gdbserver/configure b/gdb/gdbserver/configure index cdd54f1..ff43ef9 100755 --- a/gdb/gdbserver/configure +++ b/gdb/gdbserver/configure @@ -7848,7 +7848,7 @@ fi gl_cond_libtool=false gl_libdeps= gl_ltlibdeps= - gl_m4_base='gnulib/m4' + gl_m4_base='gnulib/import/m4' @@ -7858,7 +7858,7 @@ fi - gl_source_base='gnulib' + gl_source_base='gnulib/import' @@ -9125,7 +9125,7 @@ if test x"$STDINT_H" != x; then fi -ac_config_files="$ac_config_files Makefile gnulib/Makefile:${srcdir}/../gnulib/Makefile.in" +ac_config_files="$ac_config_files Makefile gnulib/import/Makefile:${srcdir}/../gnulib/import/Makefile.in" ac_config_commands="$ac_config_commands default" @@ -9886,7 +9886,7 @@ do "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;; "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; - "gnulib/Makefile") CONFIG_FILES="$CONFIG_FILES gnulib/Makefile:${srcdir}/../gnulib/Makefile.in" ;; + "gnulib/import/Makefile") CONFIG_FILES="$CONFIG_FILES gnulib/import/Makefile:${srcdir}/../gnulib/import/Makefile.in" ;; "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;; *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;; |