diff options
Diffstat (limited to 'file/autogen.sh')
-rwxr-xr-x | file/autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/file/autogen.sh b/file/autogen.sh index 9e70e1f0e..230647f4d 100755 --- a/file/autogen.sh +++ b/file/autogen.sh @@ -3,12 +3,12 @@ export CFLAGS export LDFLAGS -LTV="libtoolize (GNU libtool) 1.5.14" +LTV="libtoolize (GNU libtool) 1.5.18" ACV="autoconf (GNU Autoconf) 2.59" AMV="automake (GNU automake) 1.9.5" USAGE=" This script documents the versions of the tools I'm using to build rpm: - libtool-1.5.14 + libtool-1.5.18 autoconf-2.59 automake-1.9.5 Simply edit this script to change the libtool/autoconf/automake versions |