X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=configure.in;h=b1f491dcae7e83fb78005a50db0714477d73e722;hb=8e840b0f63538766220f0acb0a04c49819280f74;hp=9540a00373dbddae5d06372010055601abca051b;hpb=3a2692c29215eb6a70daa69f2d0e8b23fcfcac6d;p=srvx.git diff --git a/configure.in b/configure.in index 9540a00..b1f491d 100644 --- a/configure.in +++ b/configure.in @@ -3,12 +3,13 @@ dnl Process this file with autoconf to create a configure script. dnl General initialization. AC_PREREQ(2.64) AC_INIT([srvx],[1.4.0-rc3],[srvx-bugs@lists.sourceforge.net]) -CODENAME=wgn +CODENAME=nextirc AC_CONFIG_HEADERS(src/config.h) AC_CONFIG_SRCDIR(src/opserv.c) dnl AM_CANONICAL_TARGET must be before AM_INIT_AUTOMAKE() or autoconf whines AC_CANONICAL_TARGET -AM_INIT_AUTOMAKE([gnu 1.6]) +AC_CONFIG_MACRO_DIR([m4]) +AM_INIT_AUTOMAKE([gnu 1.10 silent-rules]) AM_MAINTAINER_MODE LT_INIT @@ -333,7 +334,7 @@ AC_ARG_ENABLE(modules, module_list="" dnl Must use a separate file because autoconf can't stand newlines in an AC_SUBSTed variable. for module in $enableval ; do - module=`echo $module | sed -e s/^mod-// -e s/\.c\$//` + module=`echo $module | sed -e s/^mod-// -e s/\\\.c\\\$//` EXTRA_MODULE_OBJS="$EXTRA_MODULE_OBJS mod-$module.\$(OBJEXT)" module_list="$module_list $module" echo "WITH_MODULE($module)" >> $MODULE_DEFINES