aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.cvs
diff options
context:
space:
mode:
authorFritz Elfert <felfert@to.com>2001-01-31 01:59:56 +0000
committerFritz Elfert <felfert@to.com>2001-01-31 01:59:56 +0000
commit7e68b8205a603a7ec53ed0d9798126de155321f7 (patch)
tree95ffddd1b5e3dc4d1e585913cd2e95eb0ee2ae31 /Makefile.cvs
parent0aa44f1a1017280fd2b0b7708c5c77e8b1b214c8 (diff)
downloadplptools-7e68b8205a603a7ec53ed0d9798126de155321f7.tar.gz
plptools-7e68b8205a603a7ec53ed0d9798126de155321f7.tar.bz2
plptools-7e68b8205a603a7ec53ed0d9798126de155321f7.zip
Reworked configuration:
- Splitted up acinclude.m4 - Added m4 macros, needed for KDE stuff
Diffstat (limited to 'Makefile.cvs')
-rw-r--r--Makefile.cvs12
1 files changed, 6 insertions, 6 deletions
diff --git a/Makefile.cvs b/Makefile.cvs
index 27b4b3e..990b106 100644
--- a/Makefile.cvs
+++ b/Makefile.cvs
@@ -1,20 +1,20 @@
-LIBTOOLFILES = config.guess config.sub ltconfig ltmain.sh
-AUTOMAKEFILES = install-sh missing mkinstalldirs
+LIBTOOLFILES = conf/config.guess conf/config.sub conf/ltconfig conf/ltmain.sh
+AUTOMAKEFILES = conf/install-sh conf/missing conf/mkinstalldirs
CONFIGHIN = include/config.h.in
-ACLOCAL = aclocal.m4
+ACLOCAL = conf/aclocal.m4
all:
@echo "Use make devel for development, make dist for distribution"
devel: $(LIBTOOLFILES) $(AUTOMAKEFILES)
- aclocal
+ aclocal -I conf/m4/plptools -I conf/m4/kde
autoheader
automake
autoconf
touch include/stamp-h.in
dist: $(LIBTOOLFILES) $(AUTOMAKEFILES)
- aclocal
+ aclocal -I conf/m4/plptools conf/m4/kde
autoheader
automake --include-deps
autoconf
@@ -22,7 +22,7 @@ dist: $(LIBTOOLFILES) $(AUTOMAKEFILES)
./configure
$(MAKE) dist
-$(ACLOCAL): acinclude.m4
+$(ACLOCAL):
aclocal
$(CONFIGHIN): acconfig.h