Release: 1.1.1 -> 1.1.2cvs
[udpgate.git] / configure.ac
index 4bf4402..a84a86b 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.0.1cvs)
+AM_INIT_AUTOMAKE(udpgate,1.1.2cvs)
 AM_CONFIG_HEADER(config.h)
 AM_MAINTAINER_MODE
 dnl Prevent "AC_TRY_COMPILE was called before AC_ISC_POSIX":
@@ -59,7 +59,7 @@ AM_CONDITIONAL(MAINTAINER_MODE,[test "$USE_MAINTAINER_MODE" = "yes"])
 AC_ARG_ENABLE(man-pages,
                [  --enable-man-pages=no/yes/auto   pod2man(1) required for man pages (def.=yes)],,enable_man_pages=yes)
 AC_ARG_ENABLE(bundle,
-               [  --enable-bundle                  Build single binary containing locale and init.d files (def.=no)],,enable_bundle=no)
+               [  --enable-bundle                  Build single binary containing bundled init.d/fonts/...(def.=no)],,enable_bundle=no)
 
 
 PERL=
@@ -210,7 +210,7 @@ gsize r;
 ])
 
 dnl Do not use PKG_CHECK_MODULES() as it would not set 'GLIB_GENMARSHAL' etc.
-AM_PATH_GLIB_2_0(,,[AC_MSG_ERROR([UDPGate requires glib-2.0 library.])],[])
+AM_PATH_GLIB_2_0(,,[AC_MSG_ERROR([UDPGate requires glib-2.0 library.])],[gobject])
 dnl Force glib for the whole package
 CFLAGS="$CFLAGS $GLIB_CFLAGS"
 LIBS="$LIBS $GLIB_LIBS"
@@ -256,6 +256,7 @@ udpgate.spec
 Makefile
 ./macros/Makefile
 ./init.d/Makefile
+./fonts/Makefile
 ./src/Makefile
 ])