diff options
Diffstat (limited to 'app/twm/configure.ac')
-rw-r--r-- | app/twm/configure.ac | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/twm/configure.ac b/app/twm/configure.ac index 150060524..0da57db64 100644 --- a/app/twm/configure.ac +++ b/app/twm/configure.ac @@ -22,7 +22,7 @@ dnl Process this file with autoconf to create configure. # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([twm], [1.0.8], +AC_INIT([twm], [1.0.9], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [twm]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) @@ -30,7 +30,6 @@ AC_USE_SYSTEM_EXTENSIONS # Initialize Automake AM_INIT_AUTOMAKE([foreign dist-bzip2]) -AM_MAINTAINER_MODE # Require X.Org macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS m4_ifndef([XORG_MACROS_VERSION], @@ -52,6 +51,7 @@ AC_CHECK_FUNCS([mkstemp]) # Checks for pkg-config packages PKG_CHECK_MODULES(TWM, x11 xext xt xmu ice sm xproto >= 7.0.17) -AC_OUTPUT([Makefile - src/Makefile - man/Makefile]) +AC_CONFIG_FILES([Makefile + src/Makefile + man/Makefile]) +AC_OUTPUT |