diff options
author | jbj <devnull@localhost> | 1999-09-29 23:26:08 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-09-29 23:26:08 +0000 |
commit | 32942a7b6bdfb0c12dae5bc0c6e8fec12c8aac9a (patch) | |
tree | da5cb0e3bf1318aa12ea4edb4181dd34081cf01c /autogen.sh | |
parent | 798e32a254f8a85b01ecdc22088be506815b5736 (diff) | |
download | rpm-32942a7b6bdfb0c12dae5bc0c6e8fec12c8aac9a.tar.gz rpm-32942a7b6bdfb0c12dae5bc0c6e8fec12c8aac9a.tar.bz2 rpm-32942a7b6bdfb0c12dae5bc0c6e8fec12c8aac9a.zip |
Check in time stamps.
CVS patchset: 3342
CVS date: 1999/09/29 23:26:08
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 259c6cffc..846099746 100755 --- a/autogen.sh +++ b/autogen.sh @@ -29,7 +29,7 @@ if [ "$1" = "--noconfigure" ]; then fi if [ X"$@" = X -a "X`uname -s`" = "XLinux" ]; then - ./configure --prefix=/usr --enable-shared + ./configure --prefix=/usr --enable-shared "$@" else ./configure "$@" fi |