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 /databases/mysql-workbench51/files/patch-configure.in | |
parent | Bump autoconf 2.67->2.68 -- will deal with any fallout. (diff) |
Punt autoconf267->autoconf268
Diffstat (limited to 'databases/mysql-workbench51/files/patch-configure.in')
-rw-r--r-- | databases/mysql-workbench51/files/patch-configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/mysql-workbench51/files/patch-configure.in b/databases/mysql-workbench51/files/patch-configure.in index 4d77e40a93c2..74c56757dbaa 100644 --- a/databases/mysql-workbench51/files/patch-configure.in +++ b/databases/mysql-workbench51/files/patch-configure.in @@ -5,7 +5,7 @@ ( cd ./ext/ctemplate/ctemplate-src && - autoreconf -i -s; -+ autoreconf-2.67 -i; ++ autoreconf-2.68 -i; ./configure --prefix=$prefix --libdir=$libdir/mysql-workbench --disable-dependency-tracking ) |