diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-10-16 11:52:47 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-10-16 11:52:47 +0000 |
commit | 6abd00a86bbeefe0d47fdd84e916deccf66893e3 (patch) | |
tree | 7c37b7d6324eab6bc3e4c7437bc196ffd159e881 /textproc/iiimf-server/files/patch-Makefile | |
parent | Bump autoconf 2.67->2.68 -- will deal with any fallout. (diff) |
Punt autoconf267->autoconf268
Diffstat (limited to 'textproc/iiimf-server/files/patch-Makefile')
-rw-r--r-- | textproc/iiimf-server/files/patch-Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/iiimf-server/files/patch-Makefile b/textproc/iiimf-server/files/patch-Makefile index cb19b1d9edff..36a075a8e5c8 100644 --- a/textproc/iiimf-server/files/patch-Makefile +++ b/textproc/iiimf-server/files/patch-Makefile @@ -10,8 +10,8 @@ +ACLOCAL = aclocal-1.11 +AUTOMAKE = automake-1.11 --add-missing --copy +LIBTOOLIZE = libtoolize --force --copy -+AUTOHEADER = autoheader-2.67 -+AUTOCONF = autoconf-2.67 ++AUTOHEADER = autoheader-2.68 ++AUTOCONF = autoconf-2.68 #CONFIG_CMD = $(ACLOCAL) -I $${acfilesdir} && \ # $(LIBTOOLIZE) && \ # $(AUTOHEADER) && \ @@ -19,7 +19,7 @@ # $(AUTOCONF) -AUTORECONF = autoreconf -+AUTORECONF = autoreconf-2.67 ++AUTORECONF = autoreconf-2.68 BOOTSTRAP = $(AUTORECONF) --install --force INTL_CMD = glib-gettextize -f && intltoolize --copy --force --automake |