blob: 55c5a99e68eeb28a96a665842fa73bdd86b080d4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
--- admin/Makefile.common.orig Fri Jun 15 05:54:12 2001
+++ admin/Makefile.common Wed Jan 2 09:41:45 2002
@@ -13,15 +13,15 @@
$(MAKE) -f Makefile.am top_srcdir=. configure.in ;\
fi
@echo "*** Retrieving configure tests needed by configure.in"
- @aclocal
+ @aclocal14
@echo "*** Scanning for include statements"
- @autoheader
+ @autoheader213
@echo "*** Building Makefile templates"
- @automake
+ @automake14
@echo "*** Scanning for moc files and kde tags"
@perl admin/am_edit
@echo "*** Building configure"
- @autoconf
+ @autoconf213
@if test -r configure.in.in ; then \
perl -pi -e 'print "if test \"x\$$with_fast_perl\" = \"xyes\" ;\
then\n perl -i.bak \$$ac_aux_dir/conf.change.pl \$$CONFIG_STATUS\
@@ -48,11 +48,11 @@
@if test -r configure.in.in; then \
$(MAKE) -f Makefile.am top_srcdir=. subdirs configure.in; \
fi ;\
- aclocal; \
- autoheader; \
- automake --foreign --include-deps; \
+ aclocal14; \
+ autoheader213; \
+ automake14 --foreign --include-deps; \
perl admin/am_edit; \
- autoconf; \
+ autoconf213; \
if test -r configure.in.in ; then \
perl -pi -e 'print "if test \"x\$$with_fast_perl\" = \"xyes\" ;\
then\n perl -i.bak \$$ac_aux_dir/conf.change.pl \$$CONFIG_STATUS\
|