summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2011-12-16 16:00:22 +0100
committerJean Delvare <jdelvare@suse.de>2011-12-16 16:00:22 +0100
commit7befadd522a473e796b930bebd950216adc8ab6e (patch)
tree5620ce6e30babfd6a165e9f1c2c2356886bfe287 /configure.ac
parent11f22acf04c55fe75c4cffa6e56f2dc0b993c8cb (diff)
downloadquilt-7befadd522a473e796b930bebd950216adc8ab6e.tar.gz
configure*, Makefile.in: Use the standard docdir definition
That way, it can be easily changed from the command line, which was not the case before.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 1 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index b5851eb..4088e31 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,6 +6,7 @@ AC_REVISION ($Revision: 1.84 $)
PACKAGE_RELEASE=1
AC_SUBST(PACKAGE_RELEASE)
+AC_SUBST(PACKAGE_TARNAME)
dnl Setup for backup-files compilation
AC_HEADER_STDC
@@ -370,12 +371,6 @@ if test $USE_NLS = no ; then
fi
AC_SUBST(USE_NLS)
-dnl Determine where package documentation is supposed to go
-if test -n "$RPM_DOC_DIR" ; then
- docdir="$RPM_DOC_DIR"
-else
- docdir='$(datadir)/doc'
-fi
AC_SUBST(docdir)
dnl Check for rpmbuild (v4) vs. rpm (v3)