2000-11-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* configure.in: Remove trailing '/' from RPM_SPECSdir.
This commit is contained in:
Joel Sherrill
2000-11-10 14:16:08 +00:00
parent 2dbd07f8dc
commit 5fa72058de
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2000-11-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Remove trailing '/' from RPM_SPECSdir.
2000-10-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Remove ACLOCAL_AMFLAGS.

View File

@@ -18,7 +18,7 @@ then
elif test -d /usr/src/redhat/SPECS;
then
RPM_SPECSdir=/usr/src/redhat/SPECS;
elif test -d /usr/src/SPECS/;
elif test -d /usr/src/SPECS;
then
RPM_SPECSdir=/usr/src/SPECS;
fi