diff options
author | jbj <devnull@localhost> | 2004-10-09 21:58:33 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2004-10-09 21:58:33 +0000 |
commit | d1a74696d65c7904c9b2a4b29e356ecf7947c067 (patch) | |
tree | b263b5a6111242f26516ad4fd7915e9d99be90f4 /file | |
parent | 3c792a32c1cc8547ea858613af64fde54cbdfc8b (diff) | |
download | librpm-tizen-d1a74696d65c7904c9b2a4b29e356ecf7947c067.tar.gz librpm-tizen-d1a74696d65c7904c9b2a4b29e356ecf7947c067.tar.bz2 librpm-tizen-d1a74696d65c7904c9b2a4b29e356ecf7947c067.zip |
Doxygen and cpp nit picks.
CVS patchset: 7443
CVS date: 2004/10/09 21:58:33
Diffstat (limited to 'file')
-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 59215d153..b9b17dde0 100755 --- a/file/autogen.sh +++ b/file/autogen.sh @@ -5,12 +5,12 @@ export LDFLAGS LTV="libtoolize (GNU libtool) 1.5.6" ACV="autoconf (GNU Autoconf) 2.59" -AMV="automake (GNU automake) 1.9" +AMV="automake (GNU automake) 1.9.2" USAGE=" This script documents the versions of the tools I'm using to build rpm: libtool-1.5.6 autoconf-2.59 - automake-1.9 + automake-1.9.2 Simply edit this script to change the libtool/autoconf/automake versions checked if you need to, as rpm should build (and has built) with all recent versions of libtool/autoconf/automake. |