diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
commit | 8262a7b51d413e11ef8f67c56e862ebbc6f182de (patch) | |
tree | 1e9812bc2638933184cae2b226809eb69253bb9f /devel/djgpp-gcc/scripts/pre-configure | |
parent | Mark DEPRECATED: abandoned upstream. (diff) |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
Diffstat (limited to 'devel/djgpp-gcc/scripts/pre-configure')
-rw-r--r-- | devel/djgpp-gcc/scripts/pre-configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/djgpp-gcc/scripts/pre-configure b/devel/djgpp-gcc/scripts/pre-configure index 5bb19d128206..adb08bb16eec 100644 --- a/devel/djgpp-gcc/scripts/pre-configure +++ b/devel/djgpp-gcc/scripts/pre-configure @@ -2,8 +2,8 @@ AUTOCONF_OLD=autoconf-2.13 AUTOHEADER_OLD=autoheader-2.13 -AUTOCONF=autoconf-2.62 -AUTOHEADER=autoheader-2.62 +AUTOCONF=autoconf-2.67 +AUTOHEADER=autoheader-2.67 ACLOCAL=aclocal-1.9 AUTOMAKE=automake-1.9 |