summaryrefslogtreecommitdiff
path: root/gdb/configure.ac
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2012-06-06 16:57:34 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2012-06-06 16:57:34 +0000
commitfd726e1c082f80fac0d29bbe2bc2396b069dd7fa (patch)
tree3aec32a137732a0afdc2bc2ae2e1f4ff28091c99 /gdb/configure.ac
parent3c27b5cc91e153d865e74dbf99d2a22ee11f68dd (diff)
downloadgdb-fd726e1c082f80fac0d29bbe2bc2396b069dd7fa.tar.gz
gdb/
* configure.ac: Move development=true below AC_INIT. * configure: Regenerate.
Diffstat (limited to 'gdb/configure.ac')
-rw-r--r--gdb/configure.ac10
1 files changed, 5 insertions, 5 deletions
diff --git a/gdb/configure.ac b/gdb/configure.ac
index 5ae3a6b2c8a..e48ec053b3a 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