diff options
author | jbj <devnull@localhost> | 2002-05-01 22:13:00 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-05-01 22:13:00 +0000 |
commit | cf2484ce1f2225e01b61dabb18a4d54e8fd6e375 (patch) | |
tree | 876ae0e74b88cf6c9b97c4c75554f316a02a5919 /popt/autogen.sh | |
parent | 9ecc4d884f3765c4bb19fefff70cbd7d7b1db794 (diff) | |
download | librpm-tizen-cf2484ce1f2225e01b61dabb18a4d54e8fd6e375.tar.gz librpm-tizen-cf2484ce1f2225e01b61dabb18a4d54e8fd6e375.tar.bz2 librpm-tizen-cf2484ce1f2225e01b61dabb18a4d54e8fd6e375.zip |
- attempt to make peace with automake-1.6.1, autoconf-2.53.
- rip out two layers of dbN gook, internal Berkeley db is here to stay.
CVS patchset: 5412
CVS date: 2002/05/01 22:13:00
Diffstat (limited to 'popt/autogen.sh')
-rwxr-xr-x | popt/autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/popt/autogen.sh b/popt/autogen.sh index 198b94b53..0ccf99700 100755 --- a/popt/autogen.sh +++ b/popt/autogen.sh @@ -9,7 +9,7 @@ cd "$srcdir" libtoolize --copy --force aclocal autoheader -automake +automake -a -c autoconf if [ "$1" = "--noconfigure" ]; then |