diff options
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 8cf69c1c..1b7353ff 100644 --- a/configure.ac +++ b/configure.ac @@ -35,6 +35,8 @@ AC_SYS_LARGEFILE AM_MAINTAINER_MODE +AC_CONFIG_FILES([shave shave-libtool]) + # Checks for programs. AC_DISABLE_STATIC AC_PROG_LIBTOOL @@ -351,6 +353,8 @@ AC_MSG_NOTICE( [Please install that driver as well for rage128-based cards.] ) +SHAVE_INIT(.,enable) + AC_OUTPUT([ Makefile src/Makefile |