summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2002-10-25 18:42:52 +0000
committerPaul Smith <psmith@gnu.org>2002-10-25 18:42:52 +0000
commit073d6b315606ddc55ae28f6ce694002ac6516529 (patch)
tree46b4e8f2a272a69fce8717072a40d45931cc3568 /Makefile.am
parent6538a8816b14242f17253c2def9a1511d130293c (diff)
downloadmake-073d6b315606ddc55ae28f6ce694002ac6516529.tar.gz
A few minor fixes to the manual and automake files.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 3 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am
index 8856962a..f01aeebf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
# This is a -*-Makefile-*-, or close enough
-AUTOMAKE_OPTIONS = 1.7 dist-bzip2 check-news ansi2knr
+AUTOMAKE_OPTIONS = 1.7.1 dist-bzip2 check-news ansi2knr
ACLOCAL_AMFLAGS = -I config
SUBDIRS = glob config po doc
@@ -121,13 +121,10 @@ check-loadavg: loadavg
# The loadavg function is invoked during "make check" to test getloadavg.
noinst_PROGRAMS = loadavg
-nodist_loadavg_SOURCES = loadavg.c
-loadavg_CFLAGS = -DTEST
+nodist_loadavg_SOURCES = getloadavg.c
+loadavg_CPPFLAGS = -DTEST
loadavg_LDADD = @GETLOADAVG_LIBS@
-loadavg.c: $(srcdir)/getloadavg.c
- cp $(srcdir)/getloadavg.c loadavg.c
-
# > check-regression
#
# Look for the make test suite, and run it if found and we can find perl.