summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2009-11-02 11:20:23 -0800
committerEric Anholt <eric@anholt.net>2009-12-15 12:39:04 -0800
commit4e6400c4bbba2a35c7dc5396c69ca4444682b07f (patch)
treef5ec5fd84500f1ef2a768828594942bb308a6a33 /configure.ac
parentb4b8aafc61f48be9c1bfef7cf2c055201aeb4711 (diff)
Replace dolt and shave with using current autotools.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 3 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index 1e8bb99..8af20db 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,15 +34,9 @@ AM_INIT_AUTOMAKE([dist-bzip2])
AM_MAINTAINER_MODE
-AC_CONFIG_FILES([
- shave
- shave-libtool
-])
-
# Checks for programs.
AC_DISABLE_STATIC
AC_PROG_LIBTOOL
-DOLT
AC_PROG_CC
AM_PROG_CC_C_O
@@ -61,7 +55,9 @@ fi
AC_SUBST([WARN_CFLAGS])
-SHAVE_INIT([.], [enable])
+m4_ifndef([XORG_MACROS_VERSION], [AC_FATAL([must install xorg-macros 1.3 or later before running autoconf/autogen])])
+XORG_MACROS_VERSION(1.3)
+XORG_DEFAULT_OPTIONS
AC_OUTPUT([
Makefile