diff options
author | jbj <devnull@localhost> | 2002-08-08 22:20:26 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-08-08 22:20:26 +0000 |
commit | c961f3f78e34e77989f603dcdd92e269bbe15546 (patch) | |
tree | 0cf5e1cd7ed2ddd7dd406157dfde6f590db9b82d /autogen.sh | |
parent | 4d8ebc7c664ff4bbc30d14c8a1350bf54e729ac7 (diff) | |
download | librpm-tizen-c961f3f78e34e77989f603dcdd92e269bbe15546.tar.gz librpm-tizen-c961f3f78e34e77989f603dcdd92e269bbe15546.tar.bz2 librpm-tizen-c961f3f78e34e77989f603dcdd92e269bbe15546.zip |
- python: add return codes for rollbacks and fooDB methods.
- avoid generating fingerprints for locale/zoneinfo sub-directories.
CVS patchset: 5618
CVS date: 2002/08/08 22:20:26
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index 2e4b61df6..ab594f838 100755 --- a/autogen.sh +++ b/autogen.sh @@ -5,7 +5,7 @@ export LDFLAGS LTV="libtoolize (GNU libtool) 1.4.2" ACV="autoconf (GNU Autoconf) 2.53" -AMV="automake (GNU automake) 1.6.2" +AMV="automake (GNU automake) 1.6.3" USAGE=" This script documents the versions of the tools I'm using to build rpm: libtool-1.4.2 |