Release: 1.0
[udpgate.git] / configure.ac
index 57f0a5b..5eb2ab8 100644 (file)
@@ -21,7 +21,7 @@ dnl 2.53 for AM_GLIB_GNU_GETTEXT:
 AC_PREREQ(2.53)
 dnl Not yet present in: Red Hat autoconf-2.57-3
 dnl AC_CONFIG_MACRO_DIR(macros)
-AM_INIT_AUTOMAKE(udpgate,1.0cvs)
+AM_INIT_AUTOMAKE(udpgate,1.0)
 AM_CONFIG_HEADER(config.h)
 AM_MAINTAINER_MODE
 dnl Prevent "AC_TRY_COMPILE was called before AC_ISC_POSIX":
@@ -69,9 +69,9 @@ AM_CONDITIONAL(HAVE_PERL,test -n "$PERL")
 AM_CONDITIONAL(ENABLE_BUNDLE,[ test "x$enable_bundle" = "xyes" ])
 if test "x$enable_bundle" = "xyes"
 then
+       AC_DEFINE(ENABLE_BUNDLE,,[Build single binary containing locale and init.d files.])
        if test -f src/bundle.c
        then
-               AC_DEFINE(ENABLE_BUNDLE,,[Build single binary containing locale and init.d files.])
                if test -z "$PERL"
                then
                        AC_MSG_WARN([Perl not found (see above). The --enable-bundle files cannot be updated yourself.])