diff options
author | Andrew Cagney <cagney@redhat.com> | 2005-01-15 20:32:43 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2005-01-15 20:32:43 +0000 |
commit | 85981d605ae1604d9af950f6e88d8f2472a8ce7c (patch) | |
tree | 941948c88b98295bc0f37f6fedb2552012f1ab2f /gdb/configure | |
parent | 8fb84ecc444a802a0dba46b501a5b48a15216b40 (diff) | |
download | gdb-85981d605ae1604d9af950f6e88d8f2472a8ce7c.zip gdb-85981d605ae1604d9af950f6e88d8f2472a8ce7c.tar.gz gdb-85981d605ae1604d9af950f6e88d8f2472a8ce7c.tar.bz2 |
2005-01-15 Andrew Cagney <cagney@gnu.org>
* acinclude.m4: Include ../bfd/bfd.m4 instead of
../bfd/acinclude.m4. Include ../gettext.m4.
* aclocal.m4, configure: Re-generate.
Diffstat (limited to 'gdb/configure')
-rwxr-xr-x | gdb/configure | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/gdb/configure b/gdb/configure index 0f77d4b..b4637e0 100755 --- a/gdb/configure +++ b/gdb/configure @@ -858,8 +858,8 @@ if test -n "$ac_init_help"; then Optional Features: --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] - --enable-maintainer-mode enable make rules and dependencies not useful - (and sometimes confusing) to the casual installer + --enable-maintainer-mode enable make rules and dependencies not useful + (and sometimes confusing) to the casual installer --disable-nls do not use Native Language Support --disable-gdbcli disable command-line interface (CLI) --disable-gdbmi disable machine-interface (MI) @@ -1359,6 +1359,7 @@ else MAINTAINER_MODE_TRUE='#' MAINTAINER_MODE_FALSE= fi + MAINT=$MAINTAINER_MODE_TRUE @@ -21747,6 +21748,13 @@ LIBOBJS=$ac_libobjs LTLIBOBJS=$ac_ltlibobjs +if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then + { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined. +Usually this means the macro was only invoked conditionally." >&5 +echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined. +Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } +fi : ${CONFIG_STATUS=./config.status} ac_clean_files_save=$ac_clean_files |