Modified the autoconf stuff for modules.

Makefile.am.pre is no longer needed.
This commit is contained in:
robijn
2002-04-11 13:56:28 +00:00
parent 32261e82a3
commit 336c8cab4a
5 changed files with 66 additions and 25 deletions
+1 -2
View File
@@ -2,6 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_INIT(clients/lcdproc/batt.c)
AM_INIT_AUTOMAKE(lcdproc, 0.5dev)
AM_CONFIG_HEADER(config.h)
AC_EXEEXT
AC_CANONICAL_HOST
case "$host" in
@@ -155,8 +156,6 @@ AC_MODULES_INFO
LCD_DRIVERS_SELECT
AC_GENERATE_MAKEFILE_AM
AC_OUTPUT(Makefile
shared/Makefile
server/Makefile