X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=configure.ac;h=51f5549ceeec2d0f4677111f830690d1a80df571;hb=183e7769571ca1f437483563c6012ce91e05034e;hp=ff03b188efed38436042325a5c28e38fb0223ad4;hpb=8d40cbd96ae381278ece3b6ae3aca2ebf0413404;p=udpgate.git diff --git a/configure.ac b/configure.ac index ff03b18..51f5549 100644 --- a/configure.ac +++ b/configure.ac @@ -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.4cvs) 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= @@ -256,6 +256,7 @@ udpgate.spec Makefile ./macros/Makefile ./init.d/Makefile +./fonts/Makefile ./src/Makefile ])