diff options
author | jbj <devnull@localhost> | 1998-09-05 20:02:08 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1998-09-05 20:02:08 +0000 |
commit | e8b7b65b28000640df90a72d920eca7daa3db0aa (patch) | |
tree | 8415783005234299add3369d0e0826657d854ea0 /autogen.sh | |
parent | dd8f00921aa4ec5b45d0db8b3b55b8ea109f1fed (diff) | |
download | librpm-tizen-e8b7b65b28000640df90a72d920eca7daa3db0aa.tar.gz librpm-tizen-e8b7b65b28000640df90a72d920eca7daa3db0aa.tar.bz2 librpm-tizen-e8b7b65b28000640df90a72d920eca7daa3db0aa.zip |
Start converting variables into macro expansions.
RPMVAR_SOURCEDIR -> %{_sourcedir}
RPMVAR_BUILDDIR -> %{_builddir}
CVS patchset: 2279
CVS date: 1998/09/05 20:02: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 88a2073f4..afb52bb1e 100755 --- a/autogen.sh +++ b/autogen.sh @@ -8,7 +8,7 @@ if [ "$1" = "--noconfigure" ]; then exit 0; fi -if [ X"$@" = X ]; then +if [ X"$@" = X -a "X`uname -s`" = "XLinux" ]; then ./configure --prefix=/usr else ./configure "$@" |