comparison configure @ 296:e3e1a030c703

ran aclocal and autoconf
author markus schnalke <meillo@marmaro.de>
date Thu, 09 Dec 2010 10:58:40 -0300
parents 5eb5a92f3247
children 45a64a875162
comparison
equal deleted inserted replaced
295:a6404efa35bc 296:e3e1a030c703
1 #! /bin/sh 1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles. 2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.65 for masqmail 0.3.1. 3 # Generated by GNU Autoconf 2.67 for masqmail 0.3.2-dev.
4 # 4 #
5 # Report bugs to <meillo@marmaro.de>. 5 # Report bugs to <meillo@marmaro.de>.
6 # 6 #
7 # 7 #
8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
9 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, 9 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
10 # Inc. 10 # Foundation, Inc.
11 # 11 #
12 # 12 #
13 # This configure script is free software; the Free Software Foundation 13 # This configure script is free software; the Free Software Foundation
14 # gives unlimited permission to copy, distribute and modify it. 14 # gives unlimited permission to copy, distribute and modify it.
15 ## -------------------- ## 15 ## -------------------- ##
317 } 317 }
318 s/.*/./; q'` 318 s/.*/./; q'`
319 test -d "$as_dir" && break 319 test -d "$as_dir" && break
320 done 320 done
321 test -z "$as_dirs" || eval "mkdir $as_dirs" 321 test -z "$as_dirs" || eval "mkdir $as_dirs"
322 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" 322 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
323 323
324 324
325 } # as_fn_mkdir_p 325 } # as_fn_mkdir_p
326 # as_fn_append VAR VALUE 326 # as_fn_append VAR VALUE
327 # ---------------------- 327 # ----------------------
357 as_val=`expr "$@" || test $? -eq 1` 357 as_val=`expr "$@" || test $? -eq 1`
358 } 358 }
359 fi # as_fn_arith 359 fi # as_fn_arith
360 360
361 361
362 # as_fn_error ERROR [LINENO LOG_FD] 362 # as_fn_error STATUS ERROR [LINENO LOG_FD]
363 # --------------------------------- 363 # ----------------------------------------
364 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 364 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
365 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the 365 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
366 # script with status $?, using 1 if that was 0. 366 # script with STATUS, using 1 if that was 0.
367 as_fn_error () 367 as_fn_error ()
368 { 368 {
369 as_status=$?; test $as_status -eq 0 && as_status=1 369 as_status=$1; test $as_status -eq 0 && as_status=1
370 if test "$3"; then 370 if test "$4"; then
371 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 371 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
372 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 372 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
373 fi 373 fi
374 $as_echo "$as_me: error: $1" >&2 374 $as_echo "$as_me: error: $2" >&2
375 as_fn_exit $as_status 375 as_fn_exit $as_status
376 } # as_fn_error 376 } # as_fn_error
377 377
378 if expr a : '\(a\)' >/dev/null 2>&1 && 378 if expr a : '\(a\)' >/dev/null 2>&1 &&
379 test "X`expr 00001 : '.*\(...\)'`" = X001; then 379 test "X`expr 00001 : '.*\(...\)'`" = X001; then
531 531
532 test -n "$DJDIR" || exec 7<&0 </dev/null 532 test -n "$DJDIR" || exec 7<&0 </dev/null
533 exec 6>&1 533 exec 6>&1
534 534
535 # Name of the host. 535 # Name of the host.
536 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status, 536 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
537 # so uname gets run too. 537 # so uname gets run too.
538 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` 538 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
539 539
540 # 540 #
541 # Initializations. 541 # Initializations.
550 MAKEFLAGS= 550 MAKEFLAGS=
551 551
552 # Identity of this package. 552 # Identity of this package.
553 PACKAGE_NAME='masqmail' 553 PACKAGE_NAME='masqmail'
554 PACKAGE_TARNAME='masqmail' 554 PACKAGE_TARNAME='masqmail'
555 PACKAGE_VERSION='0.3.1' 555 PACKAGE_VERSION='0.3.2-dev'
556 PACKAGE_STRING='masqmail 0.3.1' 556 PACKAGE_STRING='masqmail 0.3.2-dev'
557 PACKAGE_BUGREPORT='meillo@marmaro.de' 557 PACKAGE_BUGREPORT='meillo@marmaro.de'
558 PACKAGE_URL='' 558 PACKAGE_URL=''
559 559
560 ac_unique_file="src/masqmail.c" 560 ac_unique_file="src/masqmail.c"
561 # Factoring default headers for most tests. 561 # Factoring default headers for most tests.
786 ac_prev= 786 ac_prev=
787 continue 787 continue
788 fi 788 fi
789 789
790 case $ac_option in 790 case $ac_option in
791 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; 791 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
792 *) ac_optarg=yes ;; 792 *=) ac_optarg= ;;
793 *) ac_optarg=yes ;;
793 esac 794 esac
794 795
795 # Accept the important Cygnus configure options, so we can diagnose typos. 796 # Accept the important Cygnus configure options, so we can diagnose typos.
796 797
797 case $ac_dashdash$ac_option in 798 case $ac_dashdash$ac_option in
832 833
833 -disable-* | --disable-*) 834 -disable-* | --disable-*)
834 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 835 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
835 # Reject names that are not valid shell variable names. 836 # Reject names that are not valid shell variable names.
836 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 837 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
837 as_fn_error "invalid feature name: $ac_useropt" 838 as_fn_error $? "invalid feature name: $ac_useropt"
838 ac_useropt_orig=$ac_useropt 839 ac_useropt_orig=$ac_useropt
839 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 840 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
840 case $ac_user_opts in 841 case $ac_user_opts in
841 *" 842 *"
842 "enable_$ac_useropt" 843 "enable_$ac_useropt"
858 859
859 -enable-* | --enable-*) 860 -enable-* | --enable-*)
860 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 861 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
861 # Reject names that are not valid shell variable names. 862 # Reject names that are not valid shell variable names.
862 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 863 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
863 as_fn_error "invalid feature name: $ac_useropt" 864 as_fn_error $? "invalid feature name: $ac_useropt"
864 ac_useropt_orig=$ac_useropt 865 ac_useropt_orig=$ac_useropt
865 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 866 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
866 case $ac_user_opts in 867 case $ac_user_opts in
867 *" 868 *"
868 "enable_$ac_useropt" 869 "enable_$ac_useropt"
1062 1063
1063 -with-* | --with-*) 1064 -with-* | --with-*)
1064 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 1065 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1065 # Reject names that are not valid shell variable names. 1066 # Reject names that are not valid shell variable names.
1066 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1067 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1067 as_fn_error "invalid package name: $ac_useropt" 1068 as_fn_error $? "invalid package name: $ac_useropt"
1068 ac_useropt_orig=$ac_useropt 1069 ac_useropt_orig=$ac_useropt
1069 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1070 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1070 case $ac_user_opts in 1071 case $ac_user_opts in
1071 *" 1072 *"
1072 "with_$ac_useropt" 1073 "with_$ac_useropt"
1078 1079
1079 -without-* | --without-*) 1080 -without-* | --without-*)
1080 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` 1081 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1081 # Reject names that are not valid shell variable names. 1082 # Reject names that are not valid shell variable names.
1082 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1083 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1083 as_fn_error "invalid package name: $ac_useropt" 1084 as_fn_error $? "invalid package name: $ac_useropt"
1084 ac_useropt_orig=$ac_useropt 1085 ac_useropt_orig=$ac_useropt
1085 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1086 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1086 case $ac_user_opts in 1087 case $ac_user_opts in
1087 *" 1088 *"
1088 "with_$ac_useropt" 1089 "with_$ac_useropt"
1108 ac_prev=x_libraries ;; 1109 ac_prev=x_libraries ;;
1109 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ 1110 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1110 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) 1111 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1111 x_libraries=$ac_optarg ;; 1112 x_libraries=$ac_optarg ;;
1112 1113
1113 -*) as_fn_error "unrecognized option: \`$ac_option' 1114 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1114 Try \`$0 --help' for more information." 1115 Try \`$0 --help' for more information"
1115 ;; 1116 ;;
1116 1117
1117 *=*) 1118 *=*)
1118 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` 1119 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1119 # Reject names that are not valid shell variable names. 1120 # Reject names that are not valid shell variable names.
1120 case $ac_envvar in #( 1121 case $ac_envvar in #(
1121 '' | [0-9]* | *[!_$as_cr_alnum]* ) 1122 '' | [0-9]* | *[!_$as_cr_alnum]* )
1122 as_fn_error "invalid variable name: \`$ac_envvar'" ;; 1123 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1123 esac 1124 esac
1124 eval $ac_envvar=\$ac_optarg 1125 eval $ac_envvar=\$ac_optarg
1125 export $ac_envvar ;; 1126 export $ac_envvar ;;
1126 1127
1127 *) 1128 *)
1135 esac 1136 esac
1136 done 1137 done
1137 1138
1138 if test -n "$ac_prev"; then 1139 if test -n "$ac_prev"; then
1139 ac_option=--`echo $ac_prev | sed 's/_/-/g'` 1140 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1140 as_fn_error "missing argument to $ac_option" 1141 as_fn_error $? "missing argument to $ac_option"
1141 fi 1142 fi
1142 1143
1143 if test -n "$ac_unrecognized_opts"; then 1144 if test -n "$ac_unrecognized_opts"; then
1144 case $enable_option_checking in 1145 case $enable_option_checking in
1145 no) ;; 1146 no) ;;
1146 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;; 1147 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1147 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; 1148 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1148 esac 1149 esac
1149 fi 1150 fi
1150 1151
1151 # Check all directory arguments for consistency. 1152 # Check all directory arguments for consistency.
1164 # Be sure to have absolute directory names. 1165 # Be sure to have absolute directory names.
1165 case $ac_val in 1166 case $ac_val in
1166 [\\/$]* | ?:[\\/]* ) continue;; 1167 [\\/$]* | ?:[\\/]* ) continue;;
1167 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 1168 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1168 esac 1169 esac
1169 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val" 1170 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1170 done 1171 done
1171 1172
1172 # There might be people who depend on the old broken behavior: `$host' 1173 # There might be people who depend on the old broken behavior: `$host'
1173 # used to hold the argument of --host etc. 1174 # used to hold the argument of --host etc.
1174 # FIXME: To remove some day. 1175 # FIXME: To remove some day.
1178 1179
1179 # FIXME: To remove some day. 1180 # FIXME: To remove some day.
1180 if test "x$host_alias" != x; then 1181 if test "x$host_alias" != x; then
1181 if test "x$build_alias" = x; then 1182 if test "x$build_alias" = x; then
1182 cross_compiling=maybe 1183 cross_compiling=maybe
1183 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 1184 $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1184 If a cross compiler is detected then cross compile mode will be used." >&2 1185 If a cross compiler is detected then cross compile mode will be used" >&2
1185 elif test "x$build_alias" != "x$host_alias"; then 1186 elif test "x$build_alias" != "x$host_alias"; then
1186 cross_compiling=yes 1187 cross_compiling=yes
1187 fi 1188 fi
1188 fi 1189 fi
1189 1190
1194 1195
1195 1196
1196 ac_pwd=`pwd` && test -n "$ac_pwd" && 1197 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1197 ac_ls_di=`ls -di .` && 1198 ac_ls_di=`ls -di .` &&
1198 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1199 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1199 as_fn_error "working directory cannot be determined" 1200 as_fn_error $? "working directory cannot be determined"
1200 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1201 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1201 as_fn_error "pwd does not report name of working directory" 1202 as_fn_error $? "pwd does not report name of working directory"
1202 1203
1203 1204
1204 # Find the source files, if location was not specified. 1205 # Find the source files, if location was not specified.
1205 if test -z "$srcdir"; then 1206 if test -z "$srcdir"; then
1206 ac_srcdir_defaulted=yes 1207 ac_srcdir_defaulted=yes
1235 else 1236 else
1236 ac_srcdir_defaulted=no 1237 ac_srcdir_defaulted=no
1237 fi 1238 fi
1238 if test ! -r "$srcdir/$ac_unique_file"; then 1239 if test ! -r "$srcdir/$ac_unique_file"; then
1239 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1240 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1240 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir" 1241 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1241 fi 1242 fi
1242 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1243 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1243 ac_abs_confdir=`( 1244 ac_abs_confdir=`(
1244 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg" 1245 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1245 pwd)` 1246 pwd)`
1246 # When building in place, set srcdir=. 1247 # When building in place, set srcdir=.
1247 if test "$ac_abs_confdir" = "$ac_pwd"; then 1248 if test "$ac_abs_confdir" = "$ac_pwd"; then
1248 srcdir=. 1249 srcdir=.
1249 fi 1250 fi
1265 # 1266 #
1266 if test "$ac_init_help" = "long"; then 1267 if test "$ac_init_help" = "long"; then
1267 # Omit some internal or obsolete options to make the list less imposing. 1268 # Omit some internal or obsolete options to make the list less imposing.
1268 # This message is too long to be a string in the A/UX 3.1 sh. 1269 # This message is too long to be a string in the A/UX 3.1 sh.
1269 cat <<_ACEOF 1270 cat <<_ACEOF
1270 \`configure' configures masqmail 0.3.1 to adapt to many kinds of systems. 1271 \`configure' configures masqmail 0.3.2-dev to adapt to many kinds of systems.
1271 1272
1272 Usage: $0 [OPTION]... [VAR=VALUE]... 1273 Usage: $0 [OPTION]... [VAR=VALUE]...
1273 1274
1274 To assign environment variables (e.g., CC, CFLAGS...), specify them as 1275 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1275 VAR=VALUE. See below for descriptions of some of the useful variables. 1276 VAR=VALUE. See below for descriptions of some of the useful variables.
1279 Configuration: 1280 Configuration:
1280 -h, --help display this help and exit 1281 -h, --help display this help and exit
1281 --help=short display options specific to this package 1282 --help=short display options specific to this package
1282 --help=recursive display the short help of all the included packages 1283 --help=recursive display the short help of all the included packages
1283 -V, --version display version information and exit 1284 -V, --version display version information and exit
1284 -q, --quiet, --silent do not print \`checking...' messages 1285 -q, --quiet, --silent do not print \`checking ...' messages
1285 --cache-file=FILE cache test results in FILE [disabled] 1286 --cache-file=FILE cache test results in FILE [disabled]
1286 -C, --config-cache alias for \`--cache-file=config.cache' 1287 -C, --config-cache alias for \`--cache-file=config.cache'
1287 -n, --no-create do not create output files 1288 -n, --no-create do not create output files
1288 --srcdir=DIR find the sources in DIR [configure dir or \`..'] 1289 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1289 1290
1331 _ACEOF 1332 _ACEOF
1332 fi 1333 fi
1333 1334
1334 if test -n "$ac_init_help"; then 1335 if test -n "$ac_init_help"; then
1335 case $ac_init_help in 1336 case $ac_init_help in
1336 short | recursive ) echo "Configuration of masqmail 0.3.1:";; 1337 short | recursive ) echo "Configuration of masqmail 0.3.2-dev:";;
1337 esac 1338 esac
1338 cat <<\_ACEOF 1339 cat <<\_ACEOF
1339 1340
1340 Optional Features: 1341 Optional Features:
1341 --disable-option-checking ignore unrecognized --enable/--with options 1342 --disable-option-checking ignore unrecognized --enable/--with options
1440 fi 1441 fi
1441 1442
1442 test -n "$ac_init_help" && exit $ac_status 1443 test -n "$ac_init_help" && exit $ac_status
1443 if $ac_init_version; then 1444 if $ac_init_version; then
1444 cat <<\_ACEOF 1445 cat <<\_ACEOF
1445 masqmail configure 0.3.1 1446 masqmail configure 0.3.2-dev
1446 generated by GNU Autoconf 2.65 1447 generated by GNU Autoconf 2.67
1447 1448
1448 Copyright (C) 2009 Free Software Foundation, Inc. 1449 Copyright (C) 2010 Free Software Foundation, Inc.
1449 This configure script is free software; the Free Software Foundation 1450 This configure script is free software; the Free Software Foundation
1450 gives unlimited permission to copy, distribute and modify it. 1451 gives unlimited permission to copy, distribute and modify it.
1451 _ACEOF 1452 _ACEOF
1452 exit 1453 exit
1453 fi 1454 fi
1559 grep -v '^ *+' conftest.err >conftest.er1 1560 grep -v '^ *+' conftest.err >conftest.er1
1560 cat conftest.er1 >&5 1561 cat conftest.er1 >&5
1561 mv -f conftest.er1 conftest.err 1562 mv -f conftest.er1 conftest.err
1562 fi 1563 fi
1563 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1564 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1564 test $ac_status = 0; } >/dev/null && { 1565 test $ac_status = 0; } > conftest.i && {
1565 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 1566 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1566 test ! -s conftest.err 1567 test ! -s conftest.err
1567 }; then : 1568 }; then :
1568 ac_retval=0 1569 ac_retval=0
1569 else 1570 else
1625 ac_fn_c_check_func () 1626 ac_fn_c_check_func ()
1626 { 1627 {
1627 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1628 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1629 $as_echo_n "checking for $2... " >&6; } 1630 $as_echo_n "checking for $2... " >&6; }
1630 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 1631 if eval "test \"\${$3+set}\"" = set; then :
1631 $as_echo_n "(cached) " >&6 1632 $as_echo_n "(cached) " >&6
1632 else 1633 else
1633 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1634 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1634 /* end confdefs.h. */ 1635 /* end confdefs.h. */
1635 /* Define $2 to an innocuous variant, in case <limits.h> declares $2. 1636 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1692 # the include files in INCLUDES and setting the cache variable VAR 1693 # the include files in INCLUDES and setting the cache variable VAR
1693 # accordingly. 1694 # accordingly.
1694 ac_fn_c_check_header_mongrel () 1695 ac_fn_c_check_header_mongrel ()
1695 { 1696 {
1696 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1697 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1697 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 1698 if eval "test \"\${$3+set}\"" = set; then :
1698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1699 $as_echo_n "checking for $2... " >&6; } 1700 $as_echo_n "checking for $2... " >&6; }
1700 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 1701 if eval "test \"\${$3+set}\"" = set; then :
1701 $as_echo_n "(cached) " >&6 1702 $as_echo_n "(cached) " >&6
1702 fi 1703 fi
1703 eval ac_res=\$$3 1704 eval ac_res=\$$3
1704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1705 $as_echo "$ac_res" >&6; } 1706 $as_echo "$ac_res" >&6; }
1731 if ac_fn_c_try_cpp "$LINENO"; then : 1732 if ac_fn_c_try_cpp "$LINENO"; then :
1732 ac_header_preproc=yes 1733 ac_header_preproc=yes
1733 else 1734 else
1734 ac_header_preproc=no 1735 ac_header_preproc=no
1735 fi 1736 fi
1736 rm -f conftest.err conftest.$ac_ext 1737 rm -f conftest.err conftest.i conftest.$ac_ext
1737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 1738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1738 $as_echo "$ac_header_preproc" >&6; } 1739 $as_echo "$ac_header_preproc" >&6; }
1739 1740
1740 # So? What about this header? 1741 # So? What about this header?
1741 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #(( 1742 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1754 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} 1755 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1755 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5 1756 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1756 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} 1757 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1757 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 1758 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1758 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} 1759 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1759 ( cat <<\_ASBOX 1760 ( $as_echo "## -------------------------------- ##
1760 ## -------------------------------- ##
1761 ## Report this to meillo@marmaro.de ## 1761 ## Report this to meillo@marmaro.de ##
1762 ## -------------------------------- ## 1762 ## -------------------------------- ##"
1763 _ASBOX
1764 ) | sed "s/^/$as_me: WARNING: /" >&2 1763 ) | sed "s/^/$as_me: WARNING: /" >&2
1765 ;; 1764 ;;
1766 esac 1765 esac
1767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1766 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1768 $as_echo_n "checking for $2... " >&6; } 1767 $as_echo_n "checking for $2... " >&6; }
1769 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 1768 if eval "test \"\${$3+set}\"" = set; then :
1770 $as_echo_n "(cached) " >&6 1769 $as_echo_n "(cached) " >&6
1771 else 1770 else
1772 eval "$3=\$ac_header_compiler" 1771 eval "$3=\$ac_header_compiler"
1773 fi 1772 fi
1774 eval ac_res=\$$3 1773 eval ac_res=\$$3
1786 ac_fn_c_check_header_compile () 1785 ac_fn_c_check_header_compile ()
1787 { 1786 {
1788 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1787 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1790 $as_echo_n "checking for $2... " >&6; } 1789 $as_echo_n "checking for $2... " >&6; }
1791 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 1790 if eval "test \"\${$3+set}\"" = set; then :
1792 $as_echo_n "(cached) " >&6 1791 $as_echo_n "(cached) " >&6
1793 else 1792 else
1794 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1793 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1795 /* end confdefs.h. */ 1794 /* end confdefs.h. */
1796 $4 1795 $4
1817 ac_fn_c_check_type () 1816 ac_fn_c_check_type ()
1818 { 1817 {
1819 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1818 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1821 $as_echo_n "checking for $2... " >&6; } 1820 $as_echo_n "checking for $2... " >&6; }
1822 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 1821 if eval "test \"\${$3+set}\"" = set; then :
1823 $as_echo_n "(cached) " >&6 1822 $as_echo_n "(cached) " >&6
1824 else 1823 else
1825 eval "$3=no" 1824 eval "$3=no"
1826 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1825 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1827 /* end confdefs.h. */ 1826 /* end confdefs.h. */
1865 } # ac_fn_c_check_type 1864 } # ac_fn_c_check_type
1866 cat >config.log <<_ACEOF 1865 cat >config.log <<_ACEOF
1867 This file contains any messages produced by compilers while 1866 This file contains any messages produced by compilers while
1868 running configure, to aid debugging if configure makes a mistake. 1867 running configure, to aid debugging if configure makes a mistake.
1869 1868
1870 It was created by masqmail $as_me 0.3.1, which was 1869 It was created by masqmail $as_me 0.3.2-dev, which was
1871 generated by GNU Autoconf 2.65. Invocation command line was 1870 generated by GNU Autoconf 2.67. Invocation command line was
1872 1871
1873 $ $0 $@ 1872 $ $0 $@
1874 1873
1875 _ACEOF 1874 _ACEOF
1876 exec 5>>config.log 1875 exec 5>>config.log
1976 trap 'exit_status=$? 1975 trap 'exit_status=$?
1977 # Save into config.log some information that might help in debugging. 1976 # Save into config.log some information that might help in debugging.
1978 { 1977 {
1979 echo 1978 echo
1980 1979
1981 cat <<\_ASBOX 1980 $as_echo "## ---------------- ##
1982 ## ---------------- ##
1983 ## Cache variables. ## 1981 ## Cache variables. ##
1984 ## ---------------- ## 1982 ## ---------------- ##"
1985 _ASBOX
1986 echo 1983 echo
1987 # The following way of writing the cache mishandles newlines in values, 1984 # The following way of writing the cache mishandles newlines in values,
1988 ( 1985 (
1989 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do 1986 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1990 eval ac_val=\$$ac_var 1987 eval ac_val=\$$ac_var
2014 esac | 2011 esac |
2015 sort 2012 sort
2016 ) 2013 )
2017 echo 2014 echo
2018 2015
2019 cat <<\_ASBOX 2016 $as_echo "## ----------------- ##
2020 ## ----------------- ##
2021 ## Output variables. ## 2017 ## Output variables. ##
2022 ## ----------------- ## 2018 ## ----------------- ##"
2023 _ASBOX
2024 echo 2019 echo
2025 for ac_var in $ac_subst_vars 2020 for ac_var in $ac_subst_vars
2026 do 2021 do
2027 eval ac_val=\$$ac_var 2022 eval ac_val=\$$ac_var
2028 case $ac_val in 2023 case $ac_val in
2031 $as_echo "$ac_var='\''$ac_val'\''" 2026 $as_echo "$ac_var='\''$ac_val'\''"
2032 done | sort 2027 done | sort
2033 echo 2028 echo
2034 2029
2035 if test -n "$ac_subst_files"; then 2030 if test -n "$ac_subst_files"; then
2036 cat <<\_ASBOX 2031 $as_echo "## ------------------- ##
2037 ## ------------------- ##
2038 ## File substitutions. ## 2032 ## File substitutions. ##
2039 ## ------------------- ## 2033 ## ------------------- ##"
2040 _ASBOX
2041 echo 2034 echo
2042 for ac_var in $ac_subst_files 2035 for ac_var in $ac_subst_files
2043 do 2036 do
2044 eval ac_val=\$$ac_var 2037 eval ac_val=\$$ac_var
2045 case $ac_val in 2038 case $ac_val in
2049 done | sort 2042 done | sort
2050 echo 2043 echo
2051 fi 2044 fi
2052 2045
2053 if test -s confdefs.h; then 2046 if test -s confdefs.h; then
2054 cat <<\_ASBOX 2047 $as_echo "## ----------- ##
2055 ## ----------- ##
2056 ## confdefs.h. ## 2048 ## confdefs.h. ##
2057 ## ----------- ## 2049 ## ----------- ##"
2058 _ASBOX
2059 echo 2050 echo
2060 cat confdefs.h 2051 cat confdefs.h
2061 echo 2052 echo
2062 fi 2053 fi
2063 test "$ac_signal" != 0 && 2054 test "$ac_signal" != 0 &&
2108 # Let the site file select an alternate cache file if it wants to. 2099 # Let the site file select an alternate cache file if it wants to.
2109 # Prefer an explicitly selected file to automatically selected ones. 2100 # Prefer an explicitly selected file to automatically selected ones.
2110 ac_site_file1=NONE 2101 ac_site_file1=NONE
2111 ac_site_file2=NONE 2102 ac_site_file2=NONE
2112 if test -n "$CONFIG_SITE"; then 2103 if test -n "$CONFIG_SITE"; then
2113 ac_site_file1=$CONFIG_SITE 2104 # We do not want a PATH search for config.site.
2105 case $CONFIG_SITE in #((
2106 -*) ac_site_file1=./$CONFIG_SITE;;
2107 */*) ac_site_file1=$CONFIG_SITE;;
2108 *) ac_site_file1=./$CONFIG_SITE;;
2109 esac
2114 elif test "x$prefix" != xNONE; then 2110 elif test "x$prefix" != xNONE; then
2115 ac_site_file1=$prefix/share/config.site 2111 ac_site_file1=$prefix/share/config.site
2116 ac_site_file2=$prefix/etc/config.site 2112 ac_site_file2=$prefix/etc/config.site
2117 else 2113 else
2118 ac_site_file1=$ac_default_prefix/share/config.site 2114 ac_site_file1=$ac_default_prefix/share/config.site
2123 test "x$ac_site_file" = xNONE && continue 2119 test "x$ac_site_file" = xNONE && continue
2124 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then 2120 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2125 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 2121 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2126 $as_echo "$as_me: loading site script $ac_site_file" >&6;} 2122 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2127 sed 's/^/| /' "$ac_site_file" >&5 2123 sed 's/^/| /' "$ac_site_file" >&5
2128 . "$ac_site_file" 2124 . "$ac_site_file" \
2125 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2126 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2127 as_fn_error $? "failed to load site script $ac_site_file
2128 See \`config.log' for more details" "$LINENO" 5 ; }
2129 fi 2129 fi
2130 done 2130 done
2131 2131
2132 if test -r "$cache_file"; then 2132 if test -r "$cache_file"; then
2133 # Some versions of bash will fail to source /dev/null (special files 2133 # Some versions of bash will fail to source /dev/null (special files
2199 if $ac_cache_corrupted; then 2199 if $ac_cache_corrupted; then
2200 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2200 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2201 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2201 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2202 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 2202 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2203 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} 2203 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2204 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 2204 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2205 fi 2205 fi
2206 ## -------------------- ## 2206 ## -------------------- ##
2207 ## Main body of script. ## 2207 ## Main body of script. ##
2208 ## -------------------- ## 2208 ## -------------------- ##
2209 2209
2219 2219
2220 am__api_version='1.11' 2220 am__api_version='1.11'
2221 2221
2222 ac_aux_dir= 2222 ac_aux_dir=
2223 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do 2223 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2224 for ac_t in install-sh install.sh shtool; do 2224 if test -f "$ac_dir/install-sh"; then
2225 if test -f "$ac_dir/$ac_t"; then 2225 ac_aux_dir=$ac_dir
2226 ac_aux_dir=$ac_dir 2226 ac_install_sh="$ac_aux_dir/install-sh -c"
2227 ac_install_sh="$ac_aux_dir/$ac_t -c" 2227 break
2228 break 2 2228 elif test -f "$ac_dir/install.sh"; then
2229 fi 2229 ac_aux_dir=$ac_dir
2230 done 2230 ac_install_sh="$ac_aux_dir/install.sh -c"
2231 break
2232 elif test -f "$ac_dir/shtool"; then
2233 ac_aux_dir=$ac_dir
2234 ac_install_sh="$ac_aux_dir/shtool install -c"
2235 break
2236 fi
2231 done 2237 done
2232 if test -z "$ac_aux_dir"; then 2238 if test -z "$ac_aux_dir"; then
2233 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 2239 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2234 fi 2240 fi
2235 2241
2236 # These three variables are undocumented and unsupported, 2242 # These three variables are undocumented and unsupported,
2237 # and are intended to be withdrawn in a future Autoconf release. 2243 # and are intended to be withdrawn in a future Autoconf release.
2238 # They can cause serious problems if a builder's source tree is in a directory 2244 # They can cause serious problems if a builder's source tree is in a directory
2344 # name. Accept space and tab only in the latter. 2350 # name. Accept space and tab only in the latter.
2345 am_lf=' 2351 am_lf='
2346 ' 2352 '
2347 case `pwd` in 2353 case `pwd` in
2348 *[\\\"\#\$\&\'\`$am_lf]*) 2354 *[\\\"\#\$\&\'\`$am_lf]*)
2349 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;; 2355 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5 ;;
2350 esac 2356 esac
2351 case $srcdir in 2357 case $srcdir in
2352 *[\\\"\#\$\&\'\`$am_lf\ \ ]*) 2358 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2353 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; 2359 as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5 ;;
2354 esac 2360 esac
2355 2361
2356 # Do `set' in a subshell so we don't clobber the current shell's 2362 # Do `set' in a subshell so we don't clobber the current shell's
2357 # arguments. Must try -L first in case configure is actually a 2363 # arguments. Must try -L first in case configure is actually a
2358 # symlink; some systems play weird games with the mod time of symlinks 2364 # symlink; some systems play weird games with the mod time of symlinks
2370 2376
2371 # If neither matched, then we have a broken ls. This can happen 2377 # If neither matched, then we have a broken ls. This can happen
2372 # if, for instance, CONFIG_SHELL is bash and it inherits a 2378 # if, for instance, CONFIG_SHELL is bash and it inherits a
2373 # broken ls alias from the environment. This has actually 2379 # broken ls alias from the environment. This has actually
2374 # happened. Such a system could not be considered "sane". 2380 # happened. Such a system could not be considered "sane".
2375 as_fn_error "ls -t appears to fail. Make sure there is not a broken 2381 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
2376 alias in your environment" "$LINENO" 5 2382 alias in your environment" "$LINENO" 5
2377 fi 2383 fi
2378 2384
2379 test "$2" = conftest.file 2385 test "$2" = conftest.file
2380 ) 2386 )
2381 then 2387 then
2382 # Ok. 2388 # Ok.
2383 : 2389 :
2384 else 2390 else
2385 as_fn_error "newly created file is older than distributed files! 2391 as_fn_error $? "newly created file is older than distributed files!
2386 Check your system clock" "$LINENO" 5 2392 Check your system clock" "$LINENO" 5
2387 fi 2393 fi
2388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 2394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2389 $as_echo "yes" >&6; } 2395 $as_echo "yes" >&6; }
2390 test "$program_prefix" != NONE && 2396 test "$program_prefix" != NONE &&
2618 2624
2619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 2625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2620 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } 2626 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2621 set x ${MAKE-make} 2627 set x ${MAKE-make}
2622 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 2628 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2623 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then : 2629 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
2624 $as_echo_n "(cached) " >&6 2630 $as_echo_n "(cached) " >&6
2625 else 2631 else
2626 cat >conftest.make <<\_ACEOF 2632 cat >conftest.make <<\_ACEOF
2627 SHELL = /bin/sh 2633 SHELL = /bin/sh
2628 all: 2634 all:
2629 @echo '@@@%%%=$(MAKE)=@@@%%%' 2635 @echo '@@@%%%=$(MAKE)=@@@%%%'
2630 _ACEOF 2636 _ACEOF
2631 # GNU make sometimes prints "make[1]: Entering...", which would confuse us. 2637 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2632 case `${MAKE-make} -f conftest.make 2>/dev/null` in 2638 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2633 *@@@%%%=?*=@@@%%%*) 2639 *@@@%%%=?*=@@@%%%*)
2634 eval ac_cv_prog_make_${ac_make}_set=yes;; 2640 eval ac_cv_prog_make_${ac_make}_set=yes;;
2635 *) 2641 *)
2636 eval ac_cv_prog_make_${ac_make}_set=no;; 2642 eval ac_cv_prog_make_${ac_make}_set=no;;
2660 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output 2666 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2661 # is not polluted with repeated "-I." 2667 # is not polluted with repeated "-I."
2662 am__isrc=' -I$(srcdir)' 2668 am__isrc=' -I$(srcdir)'
2663 # test to see if srcdir already configured 2669 # test to see if srcdir already configured
2664 if test -f $srcdir/config.status; then 2670 if test -f $srcdir/config.status; then
2665 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 2671 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2666 fi 2672 fi
2667 fi 2673 fi
2668 2674
2669 # test whether we have cygpath 2675 # test whether we have cygpath
2670 if test -z "$CYGPATH_W"; then 2676 if test -z "$CYGPATH_W"; then
2676 fi 2682 fi
2677 2683
2678 2684
2679 # Define the identity of the package. 2685 # Define the identity of the package.
2680 PACKAGE='masqmail' 2686 PACKAGE='masqmail'
2681 VERSION='0.3.1' 2687 VERSION='0.3.2-dev'
2682 2688
2683 2689
2684 cat >>confdefs.h <<_ACEOF 2690 cat >>confdefs.h <<_ACEOF
2685 #define PACKAGE "$PACKAGE" 2691 #define PACKAGE "$PACKAGE"
2686 _ACEOF 2692 _ACEOF
3019 fi 3025 fi
3020 3026
3021 3027
3022 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3028 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3023 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3029 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3024 as_fn_error "no acceptable C compiler found in \$PATH 3030 as_fn_error $? "no acceptable C compiler found in \$PATH
3025 See \`config.log' for more details." "$LINENO" 5; } 3031 See \`config.log' for more details" "$LINENO" 5 ; }
3026 3032
3027 # Provide some information about the compiler. 3033 # Provide some information about the compiler.
3028 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 3034 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3029 set X $ac_compile 3035 set X $ac_compile
3030 ac_compiler=$2 3036 ac_compiler=$2
3134 $as_echo "$as_me: failed program was:" >&5 3140 $as_echo "$as_me: failed program was:" >&5
3135 sed 's/^/| /' conftest.$ac_ext >&5 3141 sed 's/^/| /' conftest.$ac_ext >&5
3136 3142
3137 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3143 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3138 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3144 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3139 { as_fn_set_status 77 3145 as_fn_error 77 "C compiler cannot create executables
3140 as_fn_error "C compiler cannot create executables 3146 See \`config.log' for more details" "$LINENO" 5 ; }
3141 See \`config.log' for more details." "$LINENO" 5; }; }
3142 else 3147 else
3143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 3148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3144 $as_echo "yes" >&6; } 3149 $as_echo "yes" >&6; }
3145 fi 3150 fi
3146 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 3151 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3178 esac 3183 esac
3179 done 3184 done
3180 else 3185 else
3181 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3186 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3182 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3187 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3183 as_fn_error "cannot compute suffix of executables: cannot compile and link 3188 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3184 See \`config.log' for more details." "$LINENO" 5; } 3189 See \`config.log' for more details" "$LINENO" 5 ; }
3185 fi 3190 fi
3186 rm -f conftest conftest$ac_cv_exeext 3191 rm -f conftest conftest$ac_cv_exeext
3187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 3192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3188 $as_echo "$ac_cv_exeext" >&6; } 3193 $as_echo "$ac_cv_exeext" >&6; }
3189 3194
3236 if test "$cross_compiling" = maybe; then 3241 if test "$cross_compiling" = maybe; then
3237 cross_compiling=yes 3242 cross_compiling=yes
3238 else 3243 else
3239 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3244 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3240 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3245 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3241 as_fn_error "cannot run C compiled programs. 3246 as_fn_error $? "cannot run C compiled programs.
3242 If you meant to cross compile, use \`--host'. 3247 If you meant to cross compile, use \`--host'.
3243 See \`config.log' for more details." "$LINENO" 5; } 3248 See \`config.log' for more details" "$LINENO" 5 ; }
3244 fi 3249 fi
3245 fi 3250 fi
3246 fi 3251 fi
3247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 3252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3248 $as_echo "$cross_compiling" >&6; } 3253 $as_echo "$cross_compiling" >&6; }
3289 $as_echo "$as_me: failed program was:" >&5 3294 $as_echo "$as_me: failed program was:" >&5
3290 sed 's/^/| /' conftest.$ac_ext >&5 3295 sed 's/^/| /' conftest.$ac_ext >&5
3291 3296
3292 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3297 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3293 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3298 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3294 as_fn_error "cannot compute suffix of object files: cannot compile 3299 as_fn_error $? "cannot compute suffix of object files: cannot compile
3295 See \`config.log' for more details." "$LINENO" 5; } 3300 See \`config.log' for more details" "$LINENO" 5 ; }
3296 fi 3301 fi
3297 rm -f conftest.$ac_cv_objext conftest.$ac_ext 3302 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3298 fi 3303 fi
3299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 3304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3300 $as_echo "$ac_cv_objext" >&6; } 3305 $as_echo "$ac_cv_objext" >&6; }
3798 3803
3799 else 3804 else
3800 # Broken: fails on valid input. 3805 # Broken: fails on valid input.
3801 continue 3806 continue
3802 fi 3807 fi
3803 rm -f conftest.err conftest.$ac_ext 3808 rm -f conftest.err conftest.i conftest.$ac_ext
3804 3809
3805 # OK, works on sane cases. Now check whether nonexistent headers 3810 # OK, works on sane cases. Now check whether nonexistent headers
3806 # can be detected and how. 3811 # can be detected and how.
3807 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3812 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3808 /* end confdefs.h. */ 3813 /* end confdefs.h. */
3814 else 3819 else
3815 # Passes both tests. 3820 # Passes both tests.
3816 ac_preproc_ok=: 3821 ac_preproc_ok=:
3817 break 3822 break
3818 fi 3823 fi
3819 rm -f conftest.err conftest.$ac_ext 3824 rm -f conftest.err conftest.i conftest.$ac_ext
3820 3825
3821 done 3826 done
3822 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 3827 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3823 rm -f conftest.err conftest.$ac_ext 3828 rm -f conftest.i conftest.err conftest.$ac_ext
3824 if $ac_preproc_ok; then : 3829 if $ac_preproc_ok; then :
3825 break 3830 break
3826 fi 3831 fi
3827 3832
3828 done 3833 done
3857 3862
3858 else 3863 else
3859 # Broken: fails on valid input. 3864 # Broken: fails on valid input.
3860 continue 3865 continue
3861 fi 3866 fi
3862 rm -f conftest.err conftest.$ac_ext 3867 rm -f conftest.err conftest.i conftest.$ac_ext
3863 3868
3864 # OK, works on sane cases. Now check whether nonexistent headers 3869 # OK, works on sane cases. Now check whether nonexistent headers
3865 # can be detected and how. 3870 # can be detected and how.
3866 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3871 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3867 /* end confdefs.h. */ 3872 /* end confdefs.h. */
3873 else 3878 else
3874 # Passes both tests. 3879 # Passes both tests.
3875 ac_preproc_ok=: 3880 ac_preproc_ok=:
3876 break 3881 break
3877 fi 3882 fi
3878 rm -f conftest.err conftest.$ac_ext 3883 rm -f conftest.err conftest.i conftest.$ac_ext
3879 3884
3880 done 3885 done
3881 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 3886 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3882 rm -f conftest.err conftest.$ac_ext 3887 rm -f conftest.i conftest.err conftest.$ac_ext
3883 if $ac_preproc_ok; then : 3888 if $ac_preproc_ok; then :
3884 3889
3885 else 3890 else
3886 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3891 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3887 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3892 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3888 as_fn_error "C preprocessor \"$CPP\" fails sanity check 3893 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3889 See \`config.log' for more details." "$LINENO" 5; } 3894 See \`config.log' for more details" "$LINENO" 5 ; }
3890 fi 3895 fi
3891 3896
3892 ac_ext=c 3897 ac_ext=c
3893 ac_cpp='$CPP $CPPFLAGS' 3898 ac_cpp='$CPP $CPPFLAGS'
3894 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3899 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3945 done 3950 done
3946 done 3951 done
3947 done 3952 done
3948 IFS=$as_save_IFS 3953 IFS=$as_save_IFS
3949 if test -z "$ac_cv_path_GREP"; then 3954 if test -z "$ac_cv_path_GREP"; then
3950 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 3955 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3951 fi 3956 fi
3952 else 3957 else
3953 ac_cv_path_GREP=$GREP 3958 ac_cv_path_GREP=$GREP
3954 fi 3959 fi
3955 3960
4011 done 4016 done
4012 done 4017 done
4013 done 4018 done
4014 IFS=$as_save_IFS 4019 IFS=$as_save_IFS
4015 if test -z "$ac_cv_path_EGREP"; then 4020 if test -z "$ac_cv_path_EGREP"; then
4016 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 4021 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4017 fi 4022 fi
4018 else 4023 else
4019 ac_cv_path_EGREP=$EGREP 4024 ac_cv_path_EGREP=$EGREP
4020 fi 4025 fi
4021 4026
4405 GLIB_PKG_ERRORS=`$PKG_CONFIG --print-errors "glib-2.0" 2>&1` 4410 GLIB_PKG_ERRORS=`$PKG_CONFIG --print-errors "glib-2.0" 2>&1`
4406 fi 4411 fi
4407 # Put the nasty error message in config.log where it belongs 4412 # Put the nasty error message in config.log where it belongs
4408 echo "$GLIB_PKG_ERRORS" >&5 4413 echo "$GLIB_PKG_ERRORS" >&5
4409 4414
4410 as_fn_error "Package requirements (glib-2.0) were not met: 4415 as_fn_error $? "Package requirements (glib-2.0) were not met:
4411 4416
4412 $GLIB_PKG_ERRORS 4417 $GLIB_PKG_ERRORS
4413 4418
4414 Consider adjusting the PKG_CONFIG_PATH environment variable if you 4419 Consider adjusting the PKG_CONFIG_PATH environment variable if you
4415 installed software in a non-standard prefix. 4420 installed software in a non-standard prefix.
4420 elif test $pkg_failed = untried; then 4425 elif test $pkg_failed = untried; then
4421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 4426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4422 $as_echo "no" >&6; } 4427 $as_echo "no" >&6; }
4423 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 4428 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4424 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 4429 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4425 as_fn_error "The pkg-config script could not be found or is too old. Make sure it 4430 as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
4426 is in your PATH or set the PKG_CONFIG environment variable to the full 4431 is in your PATH or set the PKG_CONFIG environment variable to the full
4427 path to pkg-config. 4432 path to pkg-config.
4428 4433
4429 Alternatively, you may set the environment variables GLIB_CFLAGS 4434 Alternatively, you may set the environment variables GLIB_CFLAGS
4430 and GLIB_LIBS to avoid the need to call pkg-config. 4435 and GLIB_LIBS to avoid the need to call pkg-config.
4431 See the pkg-config man page for more details. 4436 See the pkg-config man page for more details.
4432 4437
4433 To get pkg-config, see <http://pkg-config.freedesktop.org/>. 4438 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
4434 See \`config.log' for more details." "$LINENO" 5; } 4439 See \`config.log' for more details" "$LINENO" 5 ; }
4435 else 4440 else
4436 GLIB_CFLAGS=$pkg_cv_GLIB_CFLAGS 4441 GLIB_CFLAGS=$pkg_cv_GLIB_CFLAGS
4437 GLIB_LIBS=$pkg_cv_GLIB_LIBS 4442 GLIB_LIBS=$pkg_cv_GLIB_LIBS
4438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 4443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4439 $as_echo "yes" >&6; } 4444 $as_echo "yes" >&6; }
4569 rm -f core conftest.err conftest.$ac_objext \ 4574 rm -f core conftest.err conftest.$ac_objext \
4570 conftest$ac_exeext conftest.$ac_ext; 4575 conftest$ac_exeext conftest.$ac_ext;
4571 LIBS="$saved_LIBS" 4576 LIBS="$saved_LIBS"
4572 fi 4577 fi
4573 if test "$has_resolv" = no; then 4578 if test "$has_resolv" = no; then
4574 as_fn_error "\"no libresolv\"" "$LINENO" 5 4579 as_fn_error $? "\"no libresolv\"" "$LINENO" 5
4575 RESOLV_LIBS='' 4580 RESOLV_LIBS=''
4576 fi 4581 fi
4577 fi 4582 fi
4578 else 4583 else
4579 RESOLV_LIBS='' 4584 RESOLV_LIBS=''
4721 inttypes.h stdint.h unistd.h 4726 inttypes.h stdint.h unistd.h
4722 do : 4727 do :
4723 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 4728 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4724 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default 4729 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4725 " 4730 "
4726 eval as_val=\$$as_ac_Header 4731 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
4727 if test "x$as_val" = x""yes; then :
4728 cat >>confdefs.h <<_ACEOF 4732 cat >>confdefs.h <<_ACEOF
4729 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 4733 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4730 _ACEOF 4734 _ACEOF
4731 4735
4732 fi 4736 fi
4736 4740
4737 for ac_header in fcntl.h sys/time.h syslog.h unistd.h 4741 for ac_header in fcntl.h sys/time.h syslog.h unistd.h
4738 do : 4742 do :
4739 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 4743 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4740 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" 4744 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
4741 eval as_val=\$$as_ac_Header 4745 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
4742 if test "x$as_val" = x""yes; then :
4743 cat >>confdefs.h <<_ACEOF 4746 cat >>confdefs.h <<_ACEOF
4744 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 4747 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4745 _ACEOF 4748 _ACEOF
4746 4749
4747 fi 4750 fi
5083 5086
5084 for ac_func in select socket strerror strstr 5087 for ac_func in select socket strerror strstr
5085 do : 5088 do :
5086 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 5089 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
5087 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" 5090 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
5088 eval as_val=\$$as_ac_var 5091 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
5089 if test "x$as_val" = x""yes; then :
5090 cat >>confdefs.h <<_ACEOF 5092 cat >>confdefs.h <<_ACEOF
5091 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 5093 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
5092 _ACEOF 5094 _ACEOF
5093 5095
5094 fi 5096 fi
5212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_MD5" >&5 5214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_MD5" >&5
5213 $as_echo "$ac_cv_lib_crypto_MD5" >&6; } 5215 $as_echo "$ac_cv_lib_crypto_MD5" >&6; }
5214 if test "x$ac_cv_lib_crypto_MD5" = x""yes; then : 5216 if test "x$ac_cv_lib_crypto_MD5" = x""yes; then :
5215 has_crypto='yes' 5217 has_crypto='yes'
5216 else 5218 else
5217 as_fn_error "'no libcrypto'" "$LINENO" 5 5219 as_fn_error $? "'no libcrypto'" "$LINENO" 5
5218 fi 5220 fi
5219 5221
5220 if test "x$has_crypto" = 'xyes'; then 5222 if test "x$has_crypto" = 'xyes'; then
5221 5223
5222 $as_echo "#define USE_LIB_CRYPTO 1" >>confdefs.h 5224 $as_echo "#define USE_LIB_CRYPTO 1" >>confdefs.h
5337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lockfile_maillock" >&5 5339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lockfile_maillock" >&5
5338 $as_echo "$ac_cv_lib_lockfile_maillock" >&6; } 5340 $as_echo "$ac_cv_lib_lockfile_maillock" >&6; }
5339 if test "x$ac_cv_lib_lockfile_maillock" = x""yes; then : 5341 if test "x$ac_cv_lib_lockfile_maillock" = x""yes; then :
5340 has_lockfile=yes 5342 has_lockfile=yes
5341 else 5343 else
5342 as_fn_error "\"no liblockfile\"" "$LINENO" 5 5344 as_fn_error $? "\"no liblockfile\"" "$LINENO" 5
5343 fi 5345 fi
5344 5346
5345 LOCKFILE_LIBS='-llockfile' 5347 LOCKFILE_LIBS='-llockfile'
5346 5348
5347 $as_echo "#define USE_LIBLOCKFILE 1" >>confdefs.h 5349 $as_echo "#define USE_LIBLOCKFILE 1" >>confdefs.h
5511 5513
5512 DEFS=-DHAVE_CONFIG_H 5514 DEFS=-DHAVE_CONFIG_H
5513 5515
5514 ac_libobjs= 5516 ac_libobjs=
5515 ac_ltlibobjs= 5517 ac_ltlibobjs=
5518 U=
5516 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 5519 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
5517 # 1. Remove the extension, and $U if already installed. 5520 # 1. Remove the extension, and $U if already installed.
5518 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' 5521 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
5519 ac_i=`$as_echo "$ac_i" | sed "$ac_script"` 5522 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
5520 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR 5523 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
5534 am__EXEEXT_TRUE='#' 5537 am__EXEEXT_TRUE='#'
5535 am__EXEEXT_FALSE= 5538 am__EXEEXT_FALSE=
5536 fi 5539 fi
5537 5540
5538 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then 5541 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
5539 as_fn_error "conditional \"AMDEP\" was never defined. 5542 as_fn_error $? "conditional \"AMDEP\" was never defined.
5540 Usually this means the macro was only invoked conditionally." "$LINENO" 5 5543 Usually this means the macro was only invoked conditionally." "$LINENO" 5
5541 fi 5544 fi
5542 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then 5545 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
5543 as_fn_error "conditional \"am__fastdepCC\" was never defined. 5546 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
5544 Usually this means the macro was only invoked conditionally." "$LINENO" 5 5547 Usually this means the macro was only invoked conditionally." "$LINENO" 5
5545 fi 5548 fi
5546 5549
5547 : ${CONFIG_STATUS=./config.status} 5550 : ${CONFIG_STATUS=./config.status}
5548 ac_write_fail=0 5551 ac_write_fail=0
5688 5691
5689 # CDPATH. 5692 # CDPATH.
5690 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH 5693 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
5691 5694
5692 5695
5693 # as_fn_error ERROR [LINENO LOG_FD] 5696 # as_fn_error STATUS ERROR [LINENO LOG_FD]
5694 # --------------------------------- 5697 # ----------------------------------------
5695 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 5698 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
5696 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the 5699 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
5697 # script with status $?, using 1 if that was 0. 5700 # script with STATUS, using 1 if that was 0.
5698 as_fn_error () 5701 as_fn_error ()
5699 { 5702 {
5700 as_status=$?; test $as_status -eq 0 && as_status=1 5703 as_status=$1; test $as_status -eq 0 && as_status=1
5701 if test "$3"; then 5704 if test "$4"; then
5702 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 5705 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
5703 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 5706 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
5704 fi 5707 fi
5705 $as_echo "$as_me: error: $1" >&2 5708 $as_echo "$as_me: error: $2" >&2
5706 as_fn_exit $as_status 5709 as_fn_exit $as_status
5707 } # as_fn_error 5710 } # as_fn_error
5708 5711
5709 5712
5710 # as_fn_set_status STATUS 5713 # as_fn_set_status STATUS
5896 } 5899 }
5897 s/.*/./; q'` 5900 s/.*/./; q'`
5898 test -d "$as_dir" && break 5901 test -d "$as_dir" && break
5899 done 5902 done
5900 test -z "$as_dirs" || eval "mkdir $as_dirs" 5903 test -z "$as_dirs" || eval "mkdir $as_dirs"
5901 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" 5904 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
5902 5905
5903 5906
5904 } # as_fn_mkdir_p 5907 } # as_fn_mkdir_p
5905 if mkdir -p . 2>/dev/null; then 5908 if mkdir -p . 2>/dev/null; then
5906 as_mkdir_p='mkdir -p "$as_dir"' 5909 as_mkdir_p='mkdir -p "$as_dir"'
5949 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 5952 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5950 # Save the log message, to keep $0 and so on meaningful, and to 5953 # Save the log message, to keep $0 and so on meaningful, and to
5951 # report actual input values of CONFIG_FILES etc. instead of their 5954 # report actual input values of CONFIG_FILES etc. instead of their
5952 # values after options handling. 5955 # values after options handling.
5953 ac_log=" 5956 ac_log="
5954 This file was extended by masqmail $as_me 0.3.1, which was 5957 This file was extended by masqmail $as_me 0.3.2-dev, which was
5955 generated by GNU Autoconf 2.65. Invocation command line was 5958 generated by GNU Autoconf 2.67. Invocation command line was
5956 5959
5957 CONFIG_FILES = $CONFIG_FILES 5960 CONFIG_FILES = $CONFIG_FILES
5958 CONFIG_HEADERS = $CONFIG_HEADERS 5961 CONFIG_HEADERS = $CONFIG_HEADERS
5959 CONFIG_LINKS = $CONFIG_LINKS 5962 CONFIG_LINKS = $CONFIG_LINKS
5960 CONFIG_COMMANDS = $CONFIG_COMMANDS 5963 CONFIG_COMMANDS = $CONFIG_COMMANDS
6015 6018
6016 _ACEOF 6019 _ACEOF
6017 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 6020 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6018 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 6021 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
6019 ac_cs_version="\\ 6022 ac_cs_version="\\
6020 masqmail config.status 0.3.1 6023 masqmail config.status 0.3.2-dev
6021 configured by $0, generated by GNU Autoconf 2.65, 6024 configured by $0, generated by GNU Autoconf 2.67,
6022 with options \\"\$ac_cs_config\\" 6025 with options \\"\$ac_cs_config\\"
6023 6026
6024 Copyright (C) 2009 Free Software Foundation, Inc. 6027 Copyright (C) 2010 Free Software Foundation, Inc.
6025 This config.status script is free software; the Free Software Foundation 6028 This config.status script is free software; the Free Software Foundation
6026 gives unlimited permission to copy, distribute and modify it." 6029 gives unlimited permission to copy, distribute and modify it."
6027 6030
6028 ac_pwd='$ac_pwd' 6031 ac_pwd='$ac_pwd'
6029 srcdir='$srcdir' 6032 srcdir='$srcdir'
6037 # The default lists apply if the user does not specify any file. 6040 # The default lists apply if the user does not specify any file.
6038 ac_need_defaults=: 6041 ac_need_defaults=:
6039 while test $# != 0 6042 while test $# != 0
6040 do 6043 do
6041 case $1 in 6044 case $1 in
6042 --*=*) 6045 --*=?*)
6043 ac_option=`expr "X$1" : 'X\([^=]*\)='` 6046 ac_option=`expr "X$1" : 'X\([^=]*\)='`
6044 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` 6047 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
6048 ac_shift=:
6049 ;;
6050 --*=)
6051 ac_option=`expr "X$1" : 'X\([^=]*\)='`
6052 ac_optarg=
6045 ac_shift=: 6053 ac_shift=:
6046 ;; 6054 ;;
6047 *) 6055 *)
6048 ac_option=$1 6056 ac_option=$1
6049 ac_optarg=$2 6057 ac_optarg=$2
6063 debug=: ;; 6071 debug=: ;;
6064 --file | --fil | --fi | --f ) 6072 --file | --fil | --fi | --f )
6065 $ac_shift 6073 $ac_shift
6066 case $ac_optarg in 6074 case $ac_optarg in
6067 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 6075 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
6076 '') as_fn_error $? "missing file argument" ;;
6068 esac 6077 esac
6069 as_fn_append CONFIG_FILES " '$ac_optarg'" 6078 as_fn_append CONFIG_FILES " '$ac_optarg'"
6070 ac_need_defaults=false;; 6079 ac_need_defaults=false;;
6071 --header | --heade | --head | --hea ) 6080 --header | --heade | --head | --hea )
6072 $ac_shift 6081 $ac_shift
6075 esac 6084 esac
6076 as_fn_append CONFIG_HEADERS " '$ac_optarg'" 6085 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
6077 ac_need_defaults=false;; 6086 ac_need_defaults=false;;
6078 --he | --h) 6087 --he | --h)
6079 # Conflict between --help and --header 6088 # Conflict between --help and --header
6080 as_fn_error "ambiguous option: \`$1' 6089 as_fn_error $? "ambiguous option: \`$1'
6081 Try \`$0 --help' for more information.";; 6090 Try \`$0 --help' for more information.";;
6082 --help | --hel | -h ) 6091 --help | --hel | -h )
6083 $as_echo "$ac_cs_usage"; exit ;; 6092 $as_echo "$ac_cs_usage"; exit ;;
6084 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 6093 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
6085 | -silent | --silent | --silen | --sile | --sil | --si | --s) 6094 | -silent | --silent | --silen | --sile | --sil | --si | --s)
6086 ac_cs_silent=: ;; 6095 ac_cs_silent=: ;;
6087 6096
6088 # This is an error. 6097 # This is an error.
6089 -*) as_fn_error "unrecognized option: \`$1' 6098 -*) as_fn_error $? "unrecognized option: \`$1'
6090 Try \`$0 --help' for more information." ;; 6099 Try \`$0 --help' for more information." ;;
6091 6100
6092 *) as_fn_append ac_config_targets " $1" 6101 *) as_fn_append ac_config_targets " $1"
6093 ac_need_defaults=false ;; 6102 ac_need_defaults=false ;;
6094 6103
6147 "src/base64/Makefile") CONFIG_FILES="$CONFIG_FILES src/base64/Makefile" ;; 6156 "src/base64/Makefile") CONFIG_FILES="$CONFIG_FILES src/base64/Makefile" ;;
6148 "src/md5/Makefile") CONFIG_FILES="$CONFIG_FILES src/md5/Makefile" ;; 6157 "src/md5/Makefile") CONFIG_FILES="$CONFIG_FILES src/md5/Makefile" ;;
6149 "src/libident/Makefile") CONFIG_FILES="$CONFIG_FILES src/libident/Makefile" ;; 6158 "src/libident/Makefile") CONFIG_FILES="$CONFIG_FILES src/libident/Makefile" ;;
6150 "man/Makefile") CONFIG_FILES="$CONFIG_FILES man/Makefile" ;; 6159 "man/Makefile") CONFIG_FILES="$CONFIG_FILES man/Makefile" ;;
6151 6160
6152 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;; 6161 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;
6153 esac 6162 esac
6154 done 6163 done
6155 6164
6156 6165
6157 # If the user did not use the arguments to specify the items to instantiate, 6166 # If the user did not use the arguments to specify the items to instantiate,
6185 test -n "$tmp" && test -d "$tmp" 6194 test -n "$tmp" && test -d "$tmp"
6186 } || 6195 } ||
6187 { 6196 {
6188 tmp=./conf$$-$RANDOM 6197 tmp=./conf$$-$RANDOM
6189 (umask 077 && mkdir "$tmp") 6198 (umask 077 && mkdir "$tmp")
6190 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5 6199 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
6191 6200
6192 # Set up the scripts for CONFIG_FILES section. 6201 # Set up the scripts for CONFIG_FILES section.
6193 # No need to generate them if there are no CONFIG_FILES. 6202 # No need to generate them if there are no CONFIG_FILES.
6194 # This happens for instance with `./config.status config.h'. 6203 # This happens for instance with `./config.status config.h'.
6195 if test -n "$CONFIG_FILES"; then 6204 if test -n "$CONFIG_FILES"; then
6202 if test "x$ac_cr" = x; then 6211 if test "x$ac_cr" = x; then
6203 eval ac_cr=\$\'\\r\' 6212 eval ac_cr=\$\'\\r\'
6204 fi 6213 fi
6205 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` 6214 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
6206 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then 6215 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
6207 ac_cs_awk_cr='\r' 6216 ac_cs_awk_cr='\\r'
6208 else 6217 else
6209 ac_cs_awk_cr=$ac_cr 6218 ac_cs_awk_cr=$ac_cr
6210 fi 6219 fi
6211 6220
6212 echo 'BEGIN {' >"$tmp/subs1.awk" && 6221 echo 'BEGIN {' >"$tmp/subs1.awk" &&
6216 { 6225 {
6217 echo "cat >conf$$subs.awk <<_ACEOF" && 6226 echo "cat >conf$$subs.awk <<_ACEOF" &&
6218 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && 6227 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
6219 echo "_ACEOF" 6228 echo "_ACEOF"
6220 } >conf$$subs.sh || 6229 } >conf$$subs.sh ||
6221 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 6230 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
6222 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` 6231 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
6223 ac_delim='%!_!# ' 6232 ac_delim='%!_!# '
6224 for ac_last_try in false false false false false :; do 6233 for ac_last_try in false false false false false :; do
6225 . ./conf$$subs.sh || 6234 . ./conf$$subs.sh ||
6226 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 6235 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
6227 6236
6228 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` 6237 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
6229 if test $ac_delim_n = $ac_delim_num; then 6238 if test $ac_delim_n = $ac_delim_num; then
6230 break 6239 break
6231 elif $ac_last_try; then 6240 elif $ac_last_try; then
6232 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 6241 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
6233 else 6242 else
6234 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 6243 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
6235 fi 6244 fi
6236 done 6245 done
6237 rm -f conf$$subs.sh 6246 rm -f conf$$subs.sh
6316 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then 6325 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
6317 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" 6326 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
6318 else 6327 else
6319 cat 6328 cat
6320 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ 6329 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
6321 || as_fn_error "could not setup config files machinery" "$LINENO" 5 6330 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
6322 _ACEOF 6331 _ACEOF
6323 6332
6324 # VPATH may cause trouble with some makes, so we remove $(srcdir), 6333 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
6325 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and 6334 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
6326 # trailing colons and then remove the whole line if VPATH becomes empty 6335 # trailing colons and then remove the whole line if VPATH becomes empty
6327 # (actually we leave an empty line to preserve line numbers). 6336 # (actually we leave an empty line to preserve line numbers).
6328 if test "x$srcdir" = x.; then 6337 if test "x$srcdir" = x.; then
6329 ac_vpsub='/^[ ]*VPATH[ ]*=/{ 6338 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
6330 s/:*\$(srcdir):*/:/ 6339 h
6331 s/:*\${srcdir}:*/:/ 6340 s///
6332 s/:*@srcdir@:*/:/ 6341 s/^/:/
6333 s/^\([^=]*=[ ]*\):*/\1/ 6342 s/[ ]*$/:/
6343 s/:\$(srcdir):/:/g
6344 s/:\${srcdir}:/:/g
6345 s/:@srcdir@:/:/g
6346 s/^:*//
6334 s/:*$// 6347 s/:*$//
6348 x
6349 s/\(=[ ]*\).*/\1/
6350 G
6351 s/\n//
6335 s/^[^=]*=[ ]*$// 6352 s/^[^=]*=[ ]*$//
6336 }' 6353 }'
6337 fi 6354 fi
6338 6355
6339 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 6356 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6357 for ac_last_try in false false :; do 6374 for ac_last_try in false false :; do
6358 ac_t=`sed -n "/$ac_delim/p" confdefs.h` 6375 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
6359 if test -z "$ac_t"; then 6376 if test -z "$ac_t"; then
6360 break 6377 break
6361 elif $ac_last_try; then 6378 elif $ac_last_try; then
6362 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5 6379 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
6363 else 6380 else
6364 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 6381 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
6365 fi 6382 fi
6366 done 6383 done
6367 6384
6442 } 6459 }
6443 { print } 6460 { print }
6444 _ACAWK 6461 _ACAWK
6445 _ACEOF 6462 _ACEOF
6446 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 6463 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6447 as_fn_error "could not setup config headers machinery" "$LINENO" 5 6464 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
6448 fi # test -n "$CONFIG_HEADERS" 6465 fi # test -n "$CONFIG_HEADERS"
6449 6466
6450 6467
6451 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" 6468 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
6452 shift 6469 shift
6455 case $ac_tag in 6472 case $ac_tag in
6456 :[FHLC]) ac_mode=$ac_tag; continue;; 6473 :[FHLC]) ac_mode=$ac_tag; continue;;
6457 esac 6474 esac
6458 case $ac_mode$ac_tag in 6475 case $ac_mode$ac_tag in
6459 :[FHL]*:*);; 6476 :[FHL]*:*);;
6460 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;; 6477 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;;
6461 :[FH]-) ac_tag=-:-;; 6478 :[FH]-) ac_tag=-:-;;
6462 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; 6479 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
6463 esac 6480 esac
6464 ac_save_IFS=$IFS 6481 ac_save_IFS=$IFS
6465 IFS=: 6482 IFS=:
6483 test -f "$ac_f" || 6500 test -f "$ac_f" ||
6484 case $ac_f in 6501 case $ac_f in
6485 [\\/$]*) false;; 6502 [\\/$]*) false;;
6486 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 6503 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
6487 esac || 6504 esac ||
6488 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;; 6505 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;;
6489 esac 6506 esac
6490 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac 6507 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
6491 as_fn_append ac_file_inputs " '$ac_f'" 6508 as_fn_append ac_file_inputs " '$ac_f'"
6492 done 6509 done
6493 6510
6510 *) ac_sed_conf_input=$configure_input;; 6527 *) ac_sed_conf_input=$configure_input;;
6511 esac 6528 esac
6512 6529
6513 case $ac_tag in 6530 case $ac_tag in
6514 *:-:* | *:-) cat >"$tmp/stdin" \ 6531 *:-:* | *:-) cat >"$tmp/stdin" \
6515 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;; 6532 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
6516 esac 6533 esac
6517 ;; 6534 ;;
6518 esac 6535 esac
6519 6536
6520 ac_dir=`$as_dirname -- "$ac_file" || 6537 ac_dir=`$as_dirname -- "$ac_file" ||
6647 s&@INSTALL@&$ac_INSTALL&;t t 6664 s&@INSTALL@&$ac_INSTALL&;t t
6648 s&@MKDIR_P@&$ac_MKDIR_P&;t t 6665 s&@MKDIR_P@&$ac_MKDIR_P&;t t
6649 $ac_datarootdir_hack 6666 $ac_datarootdir_hack
6650 " 6667 "
6651 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ 6668 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
6652 || as_fn_error "could not create $ac_file" "$LINENO" 5 6669 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
6653 6670
6654 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 6671 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
6655 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && 6672 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
6656 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && 6673 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
6657 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' 6674 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
6658 which seems to be undefined. Please make sure it is defined." >&5 6675 which seems to be undefined. Please make sure it is defined" >&5
6659 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 6676 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
6660 which seems to be undefined. Please make sure it is defined." >&2;} 6677 which seems to be undefined. Please make sure it is defined" >&2;}
6661 6678
6662 rm -f "$tmp/stdin" 6679 rm -f "$tmp/stdin"
6663 case $ac_file in 6680 case $ac_file in
6664 -) cat "$tmp/out" && rm -f "$tmp/out";; 6681 -) cat "$tmp/out" && rm -f "$tmp/out";;
6665 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; 6682 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
6666 esac \ 6683 esac \
6667 || as_fn_error "could not create $ac_file" "$LINENO" 5 6684 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
6668 ;; 6685 ;;
6669 :H) 6686 :H)
6670 # 6687 #
6671 # CONFIG_HEADER 6688 # CONFIG_HEADER
6672 # 6689 #
6673 if test x"$ac_file" != x-; then 6690 if test x"$ac_file" != x-; then
6674 { 6691 {
6675 $as_echo "/* $configure_input */" \ 6692 $as_echo "/* $configure_input */" \
6676 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" 6693 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
6677 } >"$tmp/config.h" \ 6694 } >"$tmp/config.h" \
6678 || as_fn_error "could not create $ac_file" "$LINENO" 5 6695 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
6679 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then 6696 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
6680 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 6697 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
6681 $as_echo "$as_me: $ac_file is unchanged" >&6;} 6698 $as_echo "$as_me: $ac_file is unchanged" >&6;}
6682 else 6699 else
6683 rm -f "$ac_file" 6700 rm -f "$ac_file"
6684 mv "$tmp/config.h" "$ac_file" \ 6701 mv "$tmp/config.h" "$ac_file" \
6685 || as_fn_error "could not create $ac_file" "$LINENO" 5 6702 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
6686 fi 6703 fi
6687 else 6704 else
6688 $as_echo "/* $configure_input */" \ 6705 $as_echo "/* $configure_input */" \
6689 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ 6706 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
6690 || as_fn_error "could not create -" "$LINENO" 5 6707 || as_fn_error $? "could not create -" "$LINENO" 5
6691 fi 6708 fi
6692 # Compute "$ac_file"'s index in $config_headers. 6709 # Compute "$ac_file"'s index in $config_headers.
6693 _am_arg="$ac_file" 6710 _am_arg="$ac_file"
6694 _am_stamp_count=1 6711 _am_stamp_count=1
6695 for _am_header in $config_headers :; do 6712 for _am_header in $config_headers :; do
6835 as_fn_exit 0 6852 as_fn_exit 0
6836 _ACEOF 6853 _ACEOF
6837 ac_clean_files=$ac_clean_files_save 6854 ac_clean_files=$ac_clean_files_save
6838 6855
6839 test $ac_write_fail = 0 || 6856 test $ac_write_fail = 0 ||
6840 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5 6857 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
6841 6858
6842 6859
6843 # configure is writing to config.log, and then calls config.status. 6860 # configure is writing to config.log, and then calls config.status.
6844 # config.status does its own redirection, appending to config.log. 6861 # config.status does its own redirection, appending to config.log.
6845 # Unfortunately, on DOS this fails, as config.log is still kept open 6862 # Unfortunately, on DOS this fails, as config.log is still kept open
6856 exec 5>/dev/null 6873 exec 5>/dev/null
6857 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false 6874 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
6858 exec 5>>config.log 6875 exec 5>>config.log
6859 # Use ||, not &&, to avoid exiting from the if with $? = 1, which 6876 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
6860 # would make configure fail if this is the last instruction. 6877 # would make configure fail if this is the last instruction.
6861 $ac_cs_success || as_fn_exit $? 6878 $ac_cs_success || as_fn_exit 1
6862 fi 6879 fi
6863 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then 6880 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
6864 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 6881 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
6865 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} 6882 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
6866 fi 6883 fi