#! /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.
#
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=
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.
+ac_config_headers="$ac_config_headers src/setup.h"
+
+
+
DEPDIR="${am__leading_dot}deps"
ac_config_commands="$ac_config_commands depfiles"
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