summaryrefslogtreecommitdiff
path: root/data/bitmaps/configure.ac
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2010-12-19 16:32:55 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2010-12-19 16:32:55 +0000
commit9c0c4e62648084518b26f71ef3e5664454486b42 (patch)
treef0cde3aaf2d4f40ca892bd2a6d9567e03a81bec0 /data/bitmaps/configure.ac
parent5cbf6d45329c1f9f194e0c06f3516c4ae780afdb (diff)
Update to xbitmaps 1.1.1. No visible change.
Diffstat (limited to 'data/bitmaps/configure.ac')
-rw-r--r--data/bitmaps/configure.ac16
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],