gdb/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 6 Jun 2012 16:57:38 +0000 (16:57 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 6 Jun 2012 16:57:38 +0000 (16:57 +0000)
* configure.ac: Move development=true below AC_INIT.
* configure: Regenerate.

gdb/ChangeLog
gdb/configure
gdb/configure.ac

index 62752deb9c91177b350f71886b3262f15697931c..58e1f9bbda428e97f7f7ff328f79aac18319949c 100644 (file)
@@ -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
index 6e92ddfe4e77baa4e8686c50c40b415c8a61d7ca..1d03188f54a50e8d7aef4d481660e0a81a14fd87 100755 (executable)
@@ -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'
index 5ae3a6b2c8aec0abf0a4f4e8b12e84d6fb629fda..e48ec053b3a835327b37e812905c3703f606510f 100644 (file)
@@ -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
This page took 0.058328 seconds and 4 git commands to generate.