- Require autoconf 2.69 and automake 1.14.1
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Tue, 6 Jan 2015 13:27:34 +0000 (13:27 +0000)
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Tue, 6 Jan 2015 13:27:34 +0000 (13:27 +0000)
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5314 82007160-df01-0410-b94d-b575c5fd34c7

configure
configure.ac

index cb561a8147f739adb24dec7a2bfbc87756b87ee0..6e3c636d5fea8da32f48157cdf79e16ab57bf11b 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,4 +1,5 @@
 #! /bin/sh
+# From configure.ac Id: configure.ac 4980 2014-12-05 14:30:16Z michael .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.69 for hopm TRUNK.
 #
@@ -2136,9 +2137,6 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 
-
-ac_config_headers="$ac_config_headers src/setup.h"
-
 am__api_version='1.14'
 
 ac_aux_dir=
@@ -2747,7 +2745,6 @@ END
   fi
 fi
 
-
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
     # Check whether --enable-maintainer-mode was given.
@@ -2771,6 +2768,10 @@ fi
 
 
 
+ac_config_headers="$ac_config_headers src/setup.h"
+
+
+
 DEPDIR="${am__leading_dot}deps"
 
 ac_config_commands="$ac_config_commands depfiles"
index 4468076b15bc71f6627f2881e31b40cc027cf2d3..d1952976da42cd348401d75cd3c3c808fb69581b 100644 (file)
@@ -1,10 +1,14 @@
 dnl Process this file with autoconf to produce a configure script.
+
+AC_REVISION([$Id$])
+AC_PREREQ(2.69)
+
 AC_INIT([hopm], [TRUNK], [bugs@ircd-hybrid.org])
+AM_INIT_AUTOMAKE(1.14.1)
+AM_MAINTAINER_MODE
 AC_CONFIG_SRCDIR(src/opercmd.h)
 AC_CONFIG_HEADER(src/setup.h)
-AM_INIT_AUTOMAKE()
 AC_PREFIX_DEFAULT([\${HOME}/hopm])
-AM_MAINTAINER_MODE
 
 dnl Checks for programs.
 AC_PROG_CC_C99