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 /devel/djgpp-gcc/scripts/pre-configure | |
parent | Bump autoconf 2.67->2.68 -- will deal with any fallout. (diff) |
Punt autoconf267->autoconf268
Notes
Notes:
svn path=/head/; revision=263089
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 e7514b1abd3e..def58d8bf561 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.67 -AUTOHEADER=autoheader-2.67 +AUTOCONF=autoconf-2.68 +AUTOHEADER=autoheader-2.68 ACLOCAL=aclocal-1.11 AUTOMAKE=automake-1.11 |