require automake 1.7 in condifure.in; update all Makefile.am: add comments,

replace obsoleted INCLUDES by AM_CPPFLAGS
This commit is contained in:
marschap
2006-01-16 19:36:58 +00:00
parent b24543aadf
commit aeffd250a1
17 changed files with 96 additions and 11 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ dnl Process this file with autoconf 2.50 (or higher) to produce a configure scr
AC_PREREQ(2.59)
AC_INIT(lcdproc, 0.5dev, lcdproc@lists.omnipotent.net)
AC_CONFIG_SRCDIR([clients/lcdproc/batt.c])
AM_INIT_AUTOMAKE
AM_INIT_AUTOMAKE(1.7)
AC_CONFIG_HEADERS(config.h)