Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/configure

    rc680a4b r72828a8  
    1696616966
    1696716967
    16968 ac_config_headers="$ac_config_headers prelude/defines.hfa"
    16969 
    16970 
    1697116968cat >confcache <<\_ACEOF
    1697216969# This file is a shell script that caches the results of configure
     
    1705917056test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
    1706017057
    17061 DEFS=-DHAVE_CONFIG_H
     17058# Transform confdefs.h into DEFS.
     17059# Protect against shell expansion while executing Makefile rules.
     17060# Protect against Makefile macro expansion.
     17061#
     17062# If the first sed substitution is executed (which looks for macros that
     17063# take arguments), then branch to the quote section.  Otherwise,
     17064# look for a macro that doesn't take arguments.
     17065ac_script='
     17066:mline
     17067/\\$/{
     17068 N
     17069 s,\\\n,,
     17070 b mline
     17071}
     17072t clear
     17073:clear
     17074s/^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\)/-D\1=\2/g
     17075t quote
     17076s/^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)/-D\1=\2/g
     17077t quote
     17078b any
     17079:quote
     17080s/[      `~#$^&*(){}\\|;'\''"<>?]/\\&/g
     17081s/\[/\\&/g
     17082s/\]/\\&/g
     17083s/\$/$$/g
     17084H
     17085:any
     17086${
     17087        g
     17088        s/^\n//
     17089        s/\n/ /g
     17090        p
     17091}
     17092'
     17093DEFS=`sed -n "$ac_script" confdefs.h`
     17094
    1706217095
    1706317096ac_libobjs=
     
    1753717570esac
    1753817571
    17539 case $ac_config_headers in *"
    17540 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
    17541 esac
    1754217572
    1754317573
     
    1754517575# Files that config.status was made for.
    1754617576config_files="$ac_config_files"
    17547 config_headers="$ac_config_headers"
    1754817577config_commands="$ac_config_commands"
    1754917578
     
    1756717596      --file=FILE[:TEMPLATE]
    1756817597                   instantiate the configuration file FILE
    17569       --header=FILE[:TEMPLATE]
    17570                    instantiate the configuration header FILE
    1757117598
    1757217599Configuration files:
    1757317600$config_files
    17574 
    17575 Configuration headers:
    17576 $config_headers
    1757717601
    1757817602Configuration commands:
     
    1764217666    as_fn_append CONFIG_FILES " '$ac_optarg'"
    1764317667    ac_need_defaults=false;;
    17644   --header | --heade | --head | --hea )
    17645     $ac_shift
    17646     case $ac_optarg in
    17647     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
    17648     esac
    17649     as_fn_append CONFIG_HEADERS " '$ac_optarg'"
    17650     ac_need_defaults=false;;
    17651   --he | --h)
    17652     # Conflict between --help and --header
    17653     as_fn_error $? "ambiguous option: \`$1'
    17654 Try \`$0 --help' for more information.";;
    17655   --help | --hel | -h )
     17668  --he | --h |  --help | --hel | -h )
    1765617669    $as_echo "$ac_cs_usage"; exit ;;
    1765717670  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
     
    1810018113    "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
    1810118114    "prelude/Makefile") CONFIG_FILES="$CONFIG_FILES prelude/Makefile" ;;
    18102     "prelude/defines.hfa") CONFIG_HEADERS="$CONFIG_HEADERS prelude/defines.hfa" ;;
    1810318115
    1810418116  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
     
    1811318125if $ac_need_defaults; then
    1811418126  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
    18115   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
    1811618127  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
    1811718128fi
     
    1830218313fi # test -n "$CONFIG_FILES"
    1830318314
    18304 # Set up the scripts for CONFIG_HEADERS section.
    18305 # No need to generate them if there are no CONFIG_HEADERS.
    18306 # This happens for instance with `./config.status Makefile'.
    18307 if test -n "$CONFIG_HEADERS"; then
    18308 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
    18309 BEGIN {
    18310 _ACEOF
    18311 
    18312 # Transform confdefs.h into an awk script `defines.awk', embedded as
    18313 # here-document in config.status, that substitutes the proper values into
    18314 # config.h.in to produce config.h.
    18315 
    18316 # Create a delimiter string that does not exist in confdefs.h, to ease
    18317 # handling of long lines.
    18318 ac_delim='%!_!# '
    18319 for ac_last_try in false false :; do
    18320   ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
    18321   if test -z "$ac_tt"; then
    18322     break
    18323   elif $ac_last_try; then
    18324     as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
    18325   else
    18326     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
    18327   fi
    18328 done
    18329 
    18330 # For the awk script, D is an array of macro values keyed by name,
    18331 # likewise P contains macro parameters if any.  Preserve backslash
    18332 # newline sequences.
    18333 
    18334 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
    18335 sed -n '
    18336 s/.\{148\}/&'"$ac_delim"'/g
    18337 t rset
    18338 :rset
    18339 s/^[     ]*#[    ]*define[       ][      ]*/ /
    18340 t def
    18341 d
    18342 :def
    18343 s/\\$//
    18344 t bsnl
    18345 s/["\\]/\\&/g
    18346 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
    18347 D["\1"]=" \3"/p
    18348 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
    18349 d
    18350 :bsnl
    18351 s/["\\]/\\&/g
    18352 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
    18353 D["\1"]=" \3\\\\\\n"\\/p
    18354 t cont
    18355 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
    18356 t cont
    18357 d
    18358 :cont
    18359 n
    18360 s/.\{148\}/&'"$ac_delim"'/g
    18361 t clear
    18362 :clear
    18363 s/\\$//
    18364 t bsnlc
    18365 s/["\\]/\\&/g; s/^/"/; s/$/"/p
    18366 d
    18367 :bsnlc
    18368 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
    18369 b cont
    18370 ' <confdefs.h | sed '
    18371 s/'"$ac_delim"'/"\\\
    18372 "/g' >>$CONFIG_STATUS || ac_write_fail=1
    18373 
    18374 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    18375   for (key in D) D_is_set[key] = 1
    18376   FS = ""
    18377 }
    18378 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
    18379   line = \$ 0
    18380   split(line, arg, " ")
    18381   if (arg[1] == "#") {
    18382     defundef = arg[2]
    18383     mac1 = arg[3]
    18384   } else {
    18385     defundef = substr(arg[1], 2)
    18386     mac1 = arg[2]
    18387   }
    18388   split(mac1, mac2, "(") #)
    18389   macro = mac2[1]
    18390   prefix = substr(line, 1, index(line, defundef) - 1)
    18391   if (D_is_set[macro]) {
    18392     # Preserve the white space surrounding the "#".
    18393     print prefix "define", macro P[macro] D[macro]
    18394     next
    18395   } else {
    18396     # Replace #undef with comments.  This is necessary, for example,
    18397     # in the case of _POSIX_SOURCE, which is predefined and required
    18398     # on some systems where configure will not decide to define it.
    18399     if (defundef == "undef") {
    18400       print "/*", prefix defundef, macro, "*/"
    18401       next
    18402     }
    18403   }
    18404 }
    18405 { print }
    18406 _ACAWK
    18407 _ACEOF
    18408 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    18409   as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
    18410 fi # test -n "$CONFIG_HEADERS"
    18411 
    18412 
    18413 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
     18315
     18316eval set X "  :F $CONFIG_FILES      :C $CONFIG_COMMANDS"
    1841418317shift
    1841518318for ac_tag
     
    1863018533  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
    1863118534 ;;
    18632   :H)
    18633   #
    18634   # CONFIG_HEADER
    18635   #
    18636   if test x"$ac_file" != x-; then
    18637     {
    18638       $as_echo "/* $configure_input  */" \
    18639       && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
    18640     } >"$ac_tmp/config.h" \
    18641       || as_fn_error $? "could not create $ac_file" "$LINENO" 5
    18642     if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
    18643       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
    18644 $as_echo "$as_me: $ac_file is unchanged" >&6;}
    18645     else
    18646       rm -f "$ac_file"
    18647       mv "$ac_tmp/config.h" "$ac_file" \
    18648         || as_fn_error $? "could not create $ac_file" "$LINENO" 5
    18649     fi
    18650   else
    18651     $as_echo "/* $configure_input  */" \
    18652       && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
    18653       || as_fn_error $? "could not create -" "$LINENO" 5
    18654   fi
    18655 # Compute "$ac_file"'s index in $config_headers.
    18656 _am_arg="$ac_file"
    18657 _am_stamp_count=1
    18658 for _am_header in $config_headers :; do
    18659   case $_am_header in
    18660     $_am_arg | $_am_arg:* )
    18661       break ;;
    18662     * )
    18663       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
    18664   esac
    18665 done
    18666 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
    18667 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    18668          X"$_am_arg" : 'X\(//\)[^/]' \| \
    18669          X"$_am_arg" : 'X\(//\)$' \| \
    18670          X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
    18671 $as_echo X"$_am_arg" |
    18672     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    18673             s//\1/
    18674             q
    18675           }
    18676           /^X\(\/\/\)[^/].*/{
    18677             s//\1/
    18678             q
    18679           }
    18680           /^X\(\/\/\)$/{
    18681             s//\1/
    18682             q
    18683           }
    18684           /^X\(\/\).*/{
    18685             s//\1/
    18686             q
    18687           }
    18688           s/.*/./; q'`/stamp-h$_am_stamp_count
    18689  ;;
     18535
    1869018536
    1869118537  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
Note: See TracChangeset for help on using the changeset viewer.