aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2012-06-06 16:57:38 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2012-06-06 16:57:38 +0000
commitf5f1cdb6126eb45082554ab0d8801f57d4f2516e (patch)
tree15cb81521f9691e16c37ca0eda5e229501540cf8 /gdb
parentf5546abd5e333cb36e3f69d58efaf37103337ff8 (diff)
downloadgdb-f5f1cdb6126eb45082554ab0d8801f57d4f2516e.zip
gdb-f5f1cdb6126eb45082554ab0d8801f57d4f2516e.tar.gz
gdb-f5f1cdb6126eb45082554ab0d8801f57d4f2516e.tar.bz2
gdb/
* configure.ac: Move development=true below AC_INIT. * configure: Regenerate.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog5
-rwxr-xr-xgdb/configure5
-rw-r--r--gdb/configure.ac10
3 files changed, 15 insertions, 5 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 62752de..58e1f9b 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2012-06-06 Jan Kratochvil <jan.kratochvil@redhat.com>
+
+ * configure.ac: Move development=true below AC_INIT.
+ * configure: Regenerate.
+
2012-06-05 Stan Shebs <stan@codesourcery.com>
* mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
diff --git a/gdb/configure b/gdb/configure
index 6e92ddf..1d03188 100755
--- a/gdb/configure
+++ b/gdb/configure
@@ -2683,6 +2683,11 @@ fi
+# Provide more thorough testing by -lmcheck.
+# Set it to 'true' for development snapshots, 'false' for releases or
+# pre-releases.
+development=true
+
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
diff --git a/gdb/configure.ac b/gdb/configure.ac
index 5ae3a6b..e48ec05 100644
--- a/gdb/configure.ac
+++ b/gdb/configure.ac
@@ -18,16 +18,16 @@ dnl along with this program. If not, see <http://www.gnu.org/licenses/>.
dnl Process this file with autoconf to produce a configure script.
-dnl Provide more thorough testing by -lmcheck.
-dnl Set it to 'true' for development snapshots, 'false' for releases or
-dnl pre-releases.
-development=true
-
AC_PREREQ(2.59)dnl
AC_INIT(main.c)
AC_CONFIG_HEADER(config.h:config.in)
AM_MAINTAINER_MODE
+# Provide more thorough testing by -lmcheck.
+# Set it to 'true' for development snapshots, 'false' for releases or
+# pre-releases.
+development=true
+
AC_PROG_CC
AC_USE_SYSTEM_EXTENSIONS
ACX_LARGEFILE