aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.cvs
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2007-12-07 18:29:18 +0000
committerReuben Thomas <rrt@sc3d.org>2007-12-07 18:29:18 +0000
commit31a65bcab58968b635c391bd21a0b8e37a2d473c (patch)
tree8761f75efd63cf67aad5fc271c3ad53d7fef891a /Makefile.cvs
parent17e8fde587a0c69fd8da84ef2041810c162cc83d (diff)
downloadplptools-31a65bcab58968b635c391bd21a0b8e37a2d473c.tar.gz
plptools-31a65bcab58968b635c391bd21a0b8e37a2d473c.tar.bz2
plptools-31a65bcab58968b635c391bd21a0b8e37a2d473c.zip
More build system changes to make it play better with up-to-date
autotools. In particular, this round gets rid of acconfig.h, putting the necessary bits into conf/configure.in.in, and using AM_CFLAGS & co. instead of plain CFLAGS, which rightly upsets automake.
Diffstat (limited to 'Makefile.cvs')
-rw-r--r--Makefile.cvs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.cvs b/Makefile.cvs
index 721eaed..2765a18 100644
--- a/Makefile.cvs
+++ b/Makefile.cvs
@@ -37,7 +37,7 @@ htmldoc:
$(ACLOCAL):
aclocal -I conf/m4/plptools $(M4SUB)
-$(CONFIGHIN): acconfig.h configure.in
+$(CONFIGHIN): configure.in
autoheader
$(LIBTOOLFILES):