Fix build breakage introduced by devel/automake upgrade.

PR:		31662
Submitted by:	maintainer
This commit is contained in:
Pete Fritchman 2001-11-06 14:46:22 +00:00
parent 2ededd9245
commit 521c4f9fb5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49672
4 changed files with 58 additions and 2 deletions

View file

@ -13,7 +13,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= Michiel De Wilde <michiel.dewilde@rug.ac.be>
BUILD_DEPENDS= automake:${PORTSDIR}/devel/automake \
BUILD_DEPENDS= automake14:${PORTSDIR}/devel/automake14 \
autoconf:${PORTSDIR}/devel/autoconf
GNU_CONFIGURE= yes

View file

@ -0,0 +1,28 @@
--- admin/Makefile.common.orig Wed Oct 31 15:17:47 2001
+++ admin/Makefile.common Wed Oct 31 15:18:24 2001
@@ -13,11 +13,11 @@
$(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
@echo "*** Building Makefile templates"
- @automake
+ @automake14
@echo "*** Scanning for moc files and kde tags"
@perl admin/am_edit
@echo "*** Building configure"
@@ -48,9 +48,9 @@
@if test -r configure.in.in; then \
$(MAKE) -f Makefile.am top_srcdir=. subdirs configure.in; \
fi ;\
- aclocal; \
+ aclocal14; \
autoheader; \
- automake --foreign --include-deps; \
+ automake14 --foreign --include-deps; \
perl admin/am_edit; \
autoconf; \
if test -r configure.in.in ; then \

View file

@ -13,7 +13,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= Michiel De Wilde <michiel.dewilde@rug.ac.be>
BUILD_DEPENDS= automake:${PORTSDIR}/devel/automake \
BUILD_DEPENDS= automake14:${PORTSDIR}/devel/automake14 \
autoconf:${PORTSDIR}/devel/autoconf
GNU_CONFIGURE= yes

View file

@ -0,0 +1,28 @@
--- admin/Makefile.common.orig Wed Oct 31 15:17:47 2001
+++ admin/Makefile.common Wed Oct 31 15:18:24 2001
@@ -13,11 +13,11 @@
$(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
@echo "*** Building Makefile templates"
- @automake
+ @automake14
@echo "*** Scanning for moc files and kde tags"
@perl admin/am_edit
@echo "*** Building configure"
@@ -48,9 +48,9 @@
@if test -r configure.in.in; then \
$(MAKE) -f Makefile.am top_srcdir=. subdirs configure.in; \
fi ;\
- aclocal; \
+ aclocal14; \
autoheader; \
- automake --foreign --include-deps; \
+ automake14 --foreign --include-deps; \
perl admin/am_edit; \
autoconf; \
if test -r configure.in.in ; then \