From bd108cf45cca0a37cb82aca0f3f3516e593d638b Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Fri, 25 Oct 2002 18:42:52 +0000 Subject: A few minor fixes to the manual and automake files. --- Makefile.am | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 8856962..f01aeeb 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. -- cgit v1.2.3