use RPM not RPMSTATIC

CVS patchset: 1237
CVS date: 1996/12/12 03:56:30
This commit is contained in:
ewt 1996-12-12 03:56:30 +00:00
parent 481fed5eec
commit 69b514ef3d
1 changed files with 3 additions and 3 deletions

View File

@ -196,9 +196,9 @@ if echo "$build" | grep solaris >/dev/null ; then
# binaries if you use -ldl
echo "hacking things up for solaris"
LIBDL=-ldl
RPMSTATIC=rpm.static
RPM=rpm.shared
else
RPMSTATIC=rpm
RPM=rpm
fi
rm -f ./find-provides.sh
@ -234,7 +234,7 @@ AC_SUBST(LIBPATH)
AC_SUBST(LIBDL)
AC_SUBST(PO)
AC_SUBST(GETTEXTSTUB)
AC_SUBST(RPMSTATIC)
AC_SUBST(RPM)
AC_SUBST(CPIOBIN)
AC_OUTPUT(Makefile Makefile.inc lib-rpmrc lib/Makefile build/Makefile tools/Makefile po/Makefile misc/Makefile)