summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorjbj <devnull@localhost>1999-09-29 23:26:08 +0000
committerjbj <devnull@localhost>1999-09-29 23:26:08 +0000
commit32942a7b6bdfb0c12dae5bc0c6e8fec12c8aac9a (patch)
treeda5cb0e3bf1318aa12ea4edb4181dd34081cf01c /autogen.sh
parent798e32a254f8a85b01ecdc22088be506815b5736 (diff)
downloadrpm-32942a7b6bdfb0c12dae5bc0c6e8fec12c8aac9a.tar.gz
Check in time stamps.
CVS patchset: 3342 CVS date: 1999/09/29 23:26:08
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
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