Tizen 2.0 Release
[external/mawk.git] / config.status
1 #! /bin/sh
2 # Generated automatically by configure.
3 # Run this file to recreate the current configuration.
4 # This directory was configured as follows,
5 # on host jinhyuk-desktop:
6 #
7 # ./configure 
8 #
9 # Compiler output produced by configure, useful for debugging
10 # configure, is in ./config.log if it exists.
11
12 ac_cs_usage="Usage: ./config.status [--recheck] [--version] [--help]"
13 for ac_option
14 do
15   case "$ac_option" in
16   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
17     echo "running ${CONFIG_SHELL-/bin/sh} ./configure  --no-create --no-recursion"
18     exec ${CONFIG_SHELL-/bin/sh} ./configure  --no-create --no-recursion ;;
19   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
20     echo "./config.status generated by autoconf version 2.4"
21     exit 0 ;;
22   -help | --help | --hel | --he | --h)
23     echo "$ac_cs_usage"; exit 0 ;;
24   *) echo "$ac_cs_usage"; exit 1 ;;
25   esac
26 done
27
28 ac_given_srcdir=.
29
30 trap 'rm -fr Makefile conftest*; exit 1' 1 2 15
31
32 # Protect against being on the right side of a sed subst in config.status. 
33 sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g; 
34  s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
35 /^[     ]*VPATH[        ]*=[^:]*$/d
36
37 s%@CFLAGS@%-g -O2%g
38 s%@CPPFLAGS@%%g
39 s%@CXXFLAGS@%-g -O2%g
40 s%@DEFS@% -DRETSIGTYPE=void %g
41 s%@LDFLAGS@%%g
42 s%@LIBS@% -lm%g
43 s%@exec_prefix@%${prefix}%g
44 s%@prefix@%/usr/local%g
45 s%@program_transform_name@%s,x,x,%g
46 s%@BINDIR@%/usr/local/bin%g
47 s%@MANDIR@%/usr/local/man/man1%g
48 s%@MANEXT@%1%g
49 s%@CC@%gcc%g
50 s%@CPP@%gcc -E%g
51 s%@MATHLIB@%-lm%g
52 s%@YACC@%bison -y%g
53
54 CEOF
55
56 CONFIG_FILES=${CONFIG_FILES-"Makefile"}
57 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
58   # Support "outfile[:infile]", defaulting infile="outfile.in".
59   case "$ac_file" in
60   *:*) ac_file_in=`echo "$ac_file"|sed 's%.*:%%'`
61        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
62   *) ac_file_in="${ac_file}.in" ;;
63   esac
64
65   # Adjust relative srcdir, etc. for subdirectories.
66
67   # Remove last slash and all that follows it.  Not all systems have dirname.
68   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
69   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
70     # The file is in a subdirectory.
71     test ! -d "$ac_dir" && mkdir "$ac_dir"
72     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
73     # A "../" for each directory in $ac_dir_suffix.
74     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
75   else
76     ac_dir_suffix= ac_dots=
77   fi
78
79   case "$ac_given_srcdir" in
80   .)  srcdir=.
81       if test -z "$ac_dots"; then top_srcdir=.
82       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
83   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
84   *) # Relative path.
85     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
86     top_srcdir="$ac_dots$ac_given_srcdir" ;;
87   esac
88
89   echo creating "$ac_file"
90   rm -f "$ac_file"
91   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
92   case "$ac_file" in
93   *Makefile*) ac_comsub="1i\\
94 # $configure_input" ;;
95   *) ac_comsub= ;;
96   esac
97   sed -e "$ac_comsub
98 s%@configure_input@%$configure_input%g
99 s%@srcdir@%$srcdir%g
100 s%@top_srcdir@%$top_srcdir%g
101 " -f conftest.subs $ac_given_srcdir/$ac_file_in > $ac_file
102 fi; done
103 rm -f conftest.subs
104
105
106
107 exit 0