From 4301cdf1dfeac17224c15bfdfe4b43c1933ff316 Mon Sep 17 00:00:00 2001 From: runge Date: Sat, 5 Mar 2005 18:21:00 +0000 Subject: autoconf: rpm -> rpmbuild and echo -n -> printf --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 1c85cc6..da1fd45 100644 --- a/configure.ac +++ b/configure.ac @@ -248,7 +248,7 @@ AC_CHECK_HEADER(ApplicationServices/ApplicationServices.h, HAVE_OSX="true") AM_CONDITIONAL(OSX, test "$HAVE_OSX" = "true") # Check for rpm SOURCES path -echo -n "checking for rpm sources path... " +printf "checking for rpm sources path... " RPMSOURCEDIR="NOT-FOUND" for directory in packages OpenLinux redhat RedHat rpm RPM "" ; do if test -d /usr/src/${directory}/SOURCES; then -- cgit v1.2.3