diff options
author | Sascha Hlusiak <saschahlusiak@arcor.de> | 2009-10-02 11:31:14 +0200 |
---|---|---|
committer | Sascha Hlusiak <saschahlusiak@arcor.de> | 2009-10-02 11:31:14 +0200 |
commit | 1fa414dd6f32d68378bc9d571c439a603c2e7888 (patch) | |
tree | ac3a8b356625937d8aa3472ab1afe8bdc4c4500d /configure.ac | |
parent | 5fdab9ca49474d78f2ebfb27aa931565ce985e08 (diff) |
add shave support
clean up compile output
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 59d6c0c..a33737a 100644 --- a/configure.ac +++ b/configure.ac @@ -32,6 +32,8 @@ AM_INIT_AUTOMAKE([dist-bzip2]) AM_MAINTAINER_MODE +AC_CONFIG_FILES([shave shave-libtool]) + # Require xorg-macros: XORG_CWARNFLAGS, XORG_CHANGELOG m4_ifndef([XORG_MACROS_VERSION], [AC_FATAL([must install xorg-macros 1.2 or later before running autoconf/autogen])]) XORG_MACROS_VERSION(1.2) @@ -121,6 +123,8 @@ XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION XORG_CHANGELOG +SHAVE_INIT([.], [enable]) + AC_OUTPUT([Makefile src/Makefile man/Makefile |