diff options
author | Paul Smith <psmith@gnu.org> | 2002-10-25 18:42:52 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2002-10-25 18:42:52 +0000 |
commit | bd108cf45cca0a37cb82aca0f3f3516e593d638b (patch) | |
tree | 46b4e8f2a272a69fce8717072a40d45931cc3568 /Makefile.am | |
parent | 6374309c6d4d17ab1e4109133ab8aad55f77d51c (diff) | |
download | gunmake-bd108cf45cca0a37cb82aca0f3f3516e593d638b.tar.gz |
A few minor fixes to the manual and automake files.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 9 |
1 files changed, 3 insertions, 6 deletions
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. |