diff options
author | jbj <devnull@localhost> | 1999-01-24 19:40:38 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-01-24 19:40:38 +0000 |
commit | e9cbe6622a50d77b71cb658726f897dd50efe816 (patch) | |
tree | 430f6af7a4eec9a47adee1b6a9a5ddc3454030f6 /autogen.sh | |
parent | 6503ca3645d71e8f4805e52747ee33d20b2217d8 (diff) | |
download | librpm-tizen-e9cbe6622a50d77b71cb658726f897dd50efe816.tar.gz librpm-tizen-e9cbe6622a50d77b71cb658726f897dd50efe816.tar.bz2 librpm-tizen-e9cbe6622a50d77b71cb658726f897dd50efe816.zip |
Eliminate files that can be regenerated.
CVS patchset: 2748
CVS date: 1999/01/24 19:40:38
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh index 1f199dfd3..875c30347 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,9 +1,9 @@ #!/bin/sh +(cd popt; ./autogen.sh "$@") +libtoolize --copy autoheader autoconf -#echo timestamp > stamp-h.in -#(cd popt; autoconf; echo timestamp > stamp-h.in) if [ "$1" = "--noconfigure" ]; then exit 0; |