diff options
Diffstat (limited to 'data/bitmaps/configure.ac')
-rw-r--r-- | data/bitmaps/configure.ac | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/data/bitmaps/configure.ac b/data/bitmaps/configure.ac index 238547734..a5db8010d 100644 --- a/data/bitmaps/configure.ac +++ b/data/bitmaps/configure.ac @@ -1,9 +1,15 @@ -AC_PREREQ([2.57]) -AC_INIT(xbitmaps, [1.1.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xbitmaps) -AM_INIT_AUTOMAKE([dist-bzip2]) -AM_MAINTAINER_MODE +dnl Process this file with autoconf to create configure. + +# Initialize Autoconf +AC_PREREQ([2.60]) +AC_INIT([xbitmaps], [1.1.1], + [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xbitmaps]) +AC_CONFIG_SRCDIR([Makefile.am]) +AC_CONFIG_HEADERS([config.h]) -AM_CONFIG_HEADER(config.h) +# Initialize Automake +AM_INIT_AUTOMAKE([foreign dist-bzip2]) +AM_MAINTAINER_MODE # Require xorg-macros 1.3 or later: XORG_DEFAULT_OPTIONS m4_ifndef([XORG_MACROS_VERSION], |