masqmail-0.2

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 diff
     1.1 --- a/configure	Sun May 30 16:52:35 2010 +0200
     1.2 +++ b/configure	Sun May 30 16:54:59 2010 +0200
     1.3 @@ -558,7 +558,6 @@
     1.4  PACKAGE_URL=''
     1.5  
     1.6  ac_unique_file="src/masqmail.c"
     1.7 -ac_default_prefix=/usr
     1.8  # Factoring default headers for most tests.
     1.9  ac_includes_default="\
    1.10  #include <stdio.h>
    1.11 @@ -2732,8 +2731,6 @@
    1.12  
    1.13  
    1.14  
    1.15 -
    1.16 -
    1.17  ac_ext=c
    1.18  ac_cpp='$CPP $CPPFLAGS'
    1.19  ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
     2.1 --- a/configure.ac	Sun May 30 16:52:35 2010 +0200
     2.2 +++ b/configure.ac	Sun May 30 16:54:59 2010 +0200
     2.3 @@ -6,8 +6,6 @@
     2.4  AM_CONFIG_HEADER(config.h)
     2.5  AM_INIT_AUTOMAKE()
     2.6  
     2.7 -AC_PREFIX_DEFAULT(/usr)
     2.8 -
     2.9  dnl Checks for programs.
    2.10  
    2.11  dnl Checks for libraries.