summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-03-08 20:42:10 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-03-08 20:42:10 +0000
commite66dab6889954d913fd397c9854235233d10bb0c (patch)
tree8194cf37f043944f5c568f59b6de3a73a9eeae4a
parent2df162d10e2f48397696fbddb9b5fc06fd8d6d45 (diff)
downloadmailutils-e66dab6889954d913fd397c9854235233d10bb0c.tar.gz
mailutils-e66dab6889954d913fd397c9854235233d10bb0c.tar.bz2
(DEFAULT_CUPS_CONFDIR): New variable
-rw-r--r--configure.ac8
1 files changed, 8 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 96accbabe..a7cc0b9fe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -864,6 +864,14 @@ AH_BOTTOM([
#endif
])
+AC_ARG_VAR([DEFAULT_CUPS_CONFDIR],
+ [Set the location of CUPS configuration directory. Default is \$sysconfdir/cups])
+
+AC_SUBST(DEFAULT_CUPS_CONFDIR)
+if test -z "$DEFAULT_CUPS_CONFDIR"; then
+ DEFAULT_CUPS_CONFDIR='$(sysconfdir)/cups'
+fi
+
dnl Make sysconfdir available to the application
dnl This must be done LAST, since CPPFLAGS is passed by configure
dnl to build tests, but this relies on being run in make to

Return to:

Send suggestions and report system problems to the System administrator.