summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorjbj <jbj>1999-09-29 21:12:45 +0000
committerjbj <jbj>1999-09-29 21:12:45 +0000
commit275fb5bab2d87b839fcc13f42300d2b6d812514b (patch)
treef629471578965cad488649709cc066cf87534986 /autogen.sh
parent8b0c04c0062c8917fee51dfd93bfed72dde1dfb5 (diff)
downloadlibpopt-275fb5bab2d87b839fcc13f42300d2b6d812514b.tar.gz
Add intl so popt no longer requires gettext.
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 9d53309..198b94b 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -19,7 +19,7 @@ fi
cd "$THEDIR"
if [ X"$@" = X -a "X`uname -s`" = "XLinux" ]; then
- $srcdir/configure --prefix=/usr
+ $srcdir/configure --prefix=/usr "$@"
else
$srcdir/configure "$@"
fi