2001-11-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* configure.ac: Fix typo to allow custom RPM_SPECSdirs.
This commit is contained in:
Joel Sherrill
2001-11-15 16:51:20 +00:00
parent 9c392aa281
commit 96a2a020bf
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2001-11-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Fix typo to allow custom RPM_SPECSdirs.
2001-10-16 Joel Sherrill <joel@OARcorp.com>
* setup.def: Bumped the gdb_patch_version to account for a configuration

View File

@@ -23,7 +23,7 @@ test -f ./setup.cache || cp ${srcdir}/setup.def ./setup.cache
AC_MSG_CHECKING(for rpm SPECS directory)
# Allow users to override RPM_SPECSdir from the environment.
if test x"$RPM_SPECSdir" = x"$RPM_SPECSdir";
if test -z "$RPM_SPECSdir" ;
then
# SuSE uses /usr/src/packages
# redhat uses /usr/src/redhat