summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorrunge <runge>2005-03-05 18:21:00 +0000
committerrunge <runge>2005-03-05 18:21:00 +0000
commit4301cdf1dfeac17224c15bfdfe4b43c1933ff316 (patch)
tree587a13110498f7492ea4caa98aaf08b9f29c2c19 /configure.ac
parentb8b96689bf29ae1b2fca12a59be9196d6a2acb25 (diff)
downloadlibtdevnc-4301cdf1dfeac17224c15bfdfe4b43c1933ff316.tar.gz
libtdevnc-4301cdf1dfeac17224c15bfdfe4b43c1933ff316.zip
autoconf: rpm -> rpmbuild and echo -n -> printf
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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