forked from Imagelibrary/rtems
2001-11-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Fix typo to allow custom RPM_SPECSdirs.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user