summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@neko.keithp.com>2007-06-19 15:41:19 +0100
committerKeith Packard <keithp@neko.keithp.com>2007-06-19 15:41:19 +0100
commit35cfae6f6e8b7712b95b73976650856b91e6c262 (patch)
tree7e4c8deb527c7c6b2f6f590c6e519ded6a689831
parentf5d10681fb6af7c4b97e94847418d50c669987f7 (diff)
Update build process to create .bz2 files as per xorg convention.grandr-0.1
-rw-r--r--configure.in11
1 files changed, 8 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 6ba202d..d75e965 100644
--- a/configure.in
+++ b/configure.in
@@ -19,11 +19,13 @@ dnl OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
dnl THE SOFTWARE.
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(configure.in)
-AM_INIT_AUTOMAKE(grandr, 0.1)
-AM_CONFIG_HEADER(config.h)
+AC_PREREQ([2.57])
+AC_INIT(grandr,[0.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],grandr)
+AM_INIT_AUTOMAKE([dist-bzip2])
AM_MAINTAINER_MODE
+AM_CONFIG_HEADER(config.h)
+
AC_ISC_POSIX
AC_PROG_CC
AM_PROG_CC_STDC
@@ -34,6 +36,9 @@ PKG_CHECK_MODULES(PACKAGE, [$pkg_modules])
AC_SUBST(PACKAGE_CFLAGS)
AC_SUBST(PACKAGE_LIBS)
+XORG_MANPAGE_SECTIONS
+XORG_RELEASE_VERSION
+
AC_OUTPUT([
Makefile
src/Makefile