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

configure
configure.ac

index df52fda48a01b8b192e7361e1834050d14280763..3e5b5c2103cd48d238400d772ead2937a73e3df7 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,7 @@
 #! /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 1.0.0.
+# Generated by GNU Autoconf 2.69 for hopm 1.0.1.
 #
 # Report bugs to <bugs@ircd-hybrid.org>.
 #
@@ -590,8 +591,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='hopm'
 PACKAGE_TARNAME='hopm'
-PACKAGE_VERSION='1.0.0'
-PACKAGE_STRING='hopm 1.0.0'
+PACKAGE_VERSION='1.0.1'
+PACKAGE_STRING='hopm 1.0.1'
 PACKAGE_BUGREPORT='bugs@ircd-hybrid.org'
 PACKAGE_URL=''
 
@@ -1323,7 +1324,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures hopm 1.0.0 to adapt to many kinds of systems.
+\`configure' configures hopm 1.0.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1393,7 +1394,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of hopm 1.0.0:";;
+     short | recursive ) echo "Configuration of hopm 1.0.1:";;
    esac
   cat <<\_ACEOF
 
@@ -1510,7 +1511,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-hopm configure 1.0.0
+hopm configure 1.0.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1788,7 +1789,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by hopm $as_me 1.0.0, which was
+It was created by hopm $as_me 1.0.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -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=
@@ -2654,7 +2652,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='hopm'
- VERSION='1.0.0'
+ VERSION='1.0.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -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"
@@ -13155,7 +13156,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by hopm $as_me 1.0.0, which was
+This file was extended by hopm $as_me 1.0.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -13221,7 +13222,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-hopm config.status 1.0.0
+hopm config.status 1.0.1
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
index ca0faa1a26c71f8e0e63a0f99adcab2a16ceb7cc..59a143a01955bcc868ae3fa720e5044eb4c63c4a 100644 (file)
@@ -1,10 +1,14 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT([hopm], [1.0.0], [bugs@ircd-hybrid.org])
+
+AC_REVISION([$Id$])
+AC_PREREQ(2.69)
+
+AC_INIT([hopm], [1.0.1], [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