summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2006-05-31 15:27:50 +0000
committerAndreas Gruenbacher <agruen@suse.de>2006-05-31 15:27:50 +0000
commitb016adc0a1db11d16a0344987eb404030d26a21a (patch)
treee471d5e4e4848d99d478a2e2e029f6e083dd2bb4 /configure.ac
parent67c9b8be811e53890964a3e7cf05c3b533ec8ec8 (diff)
downloadquilt-b016adc0a1db11d16a0344987eb404030d26a21a.tar.gz
- Fix the --with-rpmbuild option of configure.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 808ecfd..c993fff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_INIT([quilt],[0.45],[quilt-dev@nongnu.org])
AC_CONFIG_AUX_DIR(config)
AC_PREREQ(2.53)
-AC_REVISION ($Revision: 1.78 $)
+AC_REVISION ($Revision: 1.79 $)
PACKAGE_RELEASE=1
AC_SUBST(PACKAGE_RELEASE)
@@ -360,8 +360,7 @@ fi
AC_SUBST(docdir)
dnl Check for rpmbuild (v4) vs. rpm (v3)
-AC_PATH_PROGS(RPMBUILD, [rpmbuild rpm])
-AC_SUBST(RPMBUILD)
+QUILT_COMPAT_PROG_PATH(RPMBUILD, rpmbuild, [rpmbuild rpm])
AC_SUBST(COMPAT_SYMLINKS)
AC_SUBST(COMPAT_PROGRAMS)