From bda45ee746c32781e7cb32e6001dd2d0c38ff013 Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 6 Jan 2015 13:27:34 +0000 Subject: [PATCH] - Require autoconf 2.69 and automake 1.14.1 git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5314 82007160-df01-0410-b94d-b575c5fd34c7 --- configure | 9 +++++---- configure.ac | 8 ++++++-- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/configure b/configure index cb561a8..6e3c636 100755 --- 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" diff --git a/configure.ac b/configure.ac index 4468076..d195297 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.30.2