diff options
author | jbj <devnull@localhost> | 1998-07-08 17:30:37 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1998-07-08 17:30:37 +0000 |
commit | 209af5b9eb64f5aa35666ad6439c5c3db2f25f1b (patch) | |
tree | e06e44674ca5bf64ededfaa49cd75818ee7afb71 /autogen.sh | |
parent | 27c677e034eca8672881414f1ceb33fe3144e3dc (diff) | |
download | rpm-209af5b9eb64f5aa35666ad6439c5c3db2f25f1b.tar.gz rpm-209af5b9eb64f5aa35666ad6439c5c3db2f25f1b.tar.bz2 rpm-209af5b9eb64f5aa35666ad6439c5c3db2f25f1b.zip |
Add {init,add,expand}Macro args everywhere (new macro.c compatibility).
Create /usr/lib/rpm directory and move rpmrc et al there.
CVS patchset: 2168
CVS date: 1998/07/08 17:30:37
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 063a13d0f..88a2073f4 100755 --- a/autogen.sh +++ b/autogen.sh @@ -8,7 +8,7 @@ if [ "$1" = "--noconfigure" ]; then exit 0; fi -if [ -z "$@" ]; then +if [ X"$@" = X ]; then ./configure --prefix=/usr else ./configure "$@" |