changeset 65:66d47cc69611

install to /usr/local by default (was /usr)
author meillo@marmaro.de
date Sun, 30 May 2010 16:54:59 +0200
parents 0379789a847b
children 4762e0d26d8e
files configure configure.ac
diffstat 2 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sun May 30 16:52:35 2010 +0200
+++ b/configure	Sun May 30 16:54:59 2010 +0200
@@ -558,7 +558,6 @@
 PACKAGE_URL=''
 
 ac_unique_file="src/masqmail.c"
-ac_default_prefix=/usr
 # Factoring default headers for most tests.
 ac_includes_default="\
 #include <stdio.h>
@@ -2732,8 +2731,6 @@
 
 
 
-
-
 ac_ext=c
 ac_cpp='$CPP $CPPFLAGS'
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
--- a/configure.ac	Sun May 30 16:52:35 2010 +0200
+++ b/configure.ac	Sun May 30 16:54:59 2010 +0200
@@ -6,8 +6,6 @@
 AM_CONFIG_HEADER(config.h)
 AM_INIT_AUTOMAKE()
 
-AC_PREFIX_DEFAULT(/usr)
-
 dnl Checks for programs.
 
 dnl Checks for libraries.