From 97bad4918cb759689a72d8635004a7ee92dd8e51 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 25 Aug 2004 00:10:51 +0000 Subject: Default configuration follows ./configure prefix --- configure.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 87b485c..9978332 100644 --- a/configure.in +++ b/configure.in @@ -170,5 +170,12 @@ if test -n "$enable_ntlm"; then AC_DEFINE_UNQUOTED(WITH_NTLM, 1, [With NTLM Support] ) fi +# Have to resolve this for the path below +if test "${prefix}" = "NONE"; then + prefix=$ac_default_prefix +fi + +AC_DEFINE_UNQUOTED(CONF_PREFIX, "`eval echo ${sysconfdir}`", [Installation Prefix] ) + AC_CONFIG_FILES([Makefile daemon/Makefile doc/Makefile tools/Makefile]) AC_OUTPUT -- cgit v1.2.3