"Fossies" - the Fresh Open Source Software Archive

Member "xtermset-0.5.2/config.status" (5 Jul 2000, 7821 Bytes) of package /linux/misc/old/xtermset-0.5.2.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) Bash source code syntax highlighting (style: standard) with prefixed line numbers and code folding option. Alternatively you can here view or download the uninterpreted source code file.

    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 breyten:
    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.13"
   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 ac_given_INSTALL="/usr/bin/install -c"
   30 
   31 trap 'rm -fr Makefile doc/Makefile m4/Makefile src/Makefile config.h conftest*; exit 1' 1 2 15
   32 
   33 # Protect against being on the right side of a sed subst in config.status.
   34 sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
   35  s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
   36 /^[     ]*VPATH[    ]*=[^:]*$/d
   37 
   38 s%@SHELL@%/bin/sh%g
   39 s%@CFLAGS@%-g -O2%g
   40 s%@CPPFLAGS@%%g
   41 s%@CXXFLAGS@%%g
   42 s%@FFLAGS@%%g
   43 s%@DEFS@%-DHAVE_CONFIG_H%g
   44 s%@LDFLAGS@%%g
   45 s%@LIBS@%%g
   46 s%@exec_prefix@%${prefix}%g
   47 s%@prefix@%/usr/local%g
   48 s%@program_transform_name@%s,x,x,%g
   49 s%@bindir@%${exec_prefix}/bin%g
   50 s%@sbindir@%${exec_prefix}/sbin%g
   51 s%@libexecdir@%${exec_prefix}/libexec%g
   52 s%@datadir@%${prefix}/share%g
   53 s%@sysconfdir@%${prefix}/etc%g
   54 s%@sharedstatedir@%${prefix}/com%g
   55 s%@localstatedir@%${prefix}/var%g
   56 s%@libdir@%${exec_prefix}/lib%g
   57 s%@includedir@%${prefix}/include%g
   58 s%@oldincludedir@%/usr/include%g
   59 s%@infodir@%${prefix}/info%g
   60 s%@mandir@%${prefix}/man%g
   61 s%@INSTALL_PROGRAM@%${INSTALL}%g
   62 s%@INSTALL_SCRIPT@%${INSTALL_PROGRAM}%g
   63 s%@INSTALL_DATA@%${INSTALL} -m 644%g
   64 s%@PACKAGE@%xtermset%g
   65 s%@VERSION@%0.5%g
   66 s%@ACLOCAL@%aclocal%g
   67 s%@AUTOCONF@%autoconf%g
   68 s%@AUTOMAKE@%automake%g
   69 s%@AUTOHEADER@%autoheader%g
   70 s%@MAKEINFO@%makeinfo%g
   71 s%@SET_MAKE@%%g
   72 s%@CC@%gcc%g
   73 s%@CPP@%gcc -E%g
   74 
   75 CEOF
   76 
   77 # Split the substitutions into bite-sized pieces for seds with
   78 # small command number limits, like on Digital OSF/1 and HP-UX.
   79 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
   80 ac_file=1 # Number of current file.
   81 ac_beg=1 # First line for current file.
   82 ac_end=$ac_max_sed_cmds # Line after last line for current file.
   83 ac_more_lines=:
   84 ac_sed_cmds=""
   85 while $ac_more_lines; do
   86   if test $ac_beg -gt 1; then
   87     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
   88   else
   89     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
   90   fi
   91   if test ! -s conftest.s$ac_file; then
   92     ac_more_lines=false
   93     rm -f conftest.s$ac_file
   94   else
   95     if test -z "$ac_sed_cmds"; then
   96       ac_sed_cmds="sed -f conftest.s$ac_file"
   97     else
   98       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
   99     fi
  100     ac_file=`expr $ac_file + 1`
  101     ac_beg=$ac_end
  102     ac_end=`expr $ac_end + $ac_max_sed_cmds`
  103   fi
  104 done
  105 if test -z "$ac_sed_cmds"; then
  106   ac_sed_cmds=cat
  107 fi
  108 
  109 CONFIG_FILES=${CONFIG_FILES-"Makefile doc/Makefile m4/Makefile src/Makefile"}
  110 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  111   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  112   case "$ac_file" in
  113   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  114        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  115   *) ac_file_in="${ac_file}.in" ;;
  116   esac
  117 
  118   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
  119 
  120   # Remove last slash and all that follows it.  Not all systems have dirname.
  121   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  122   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  123     # The file is in a subdirectory.
  124     test ! -d "$ac_dir" && mkdir "$ac_dir"
  125     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
  126     # A "../" for each directory in $ac_dir_suffix.
  127     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  128   else
  129     ac_dir_suffix= ac_dots=
  130   fi
  131 
  132   case "$ac_given_srcdir" in
  133   .)  srcdir=.
  134       if test -z "$ac_dots"; then top_srcdir=.
  135       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  136   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  137   *) # Relative path.
  138     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  139     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  140   esac
  141 
  142   case "$ac_given_INSTALL" in
  143   [/$]*) INSTALL="$ac_given_INSTALL" ;;
  144   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  145   esac
  146 
  147   echo creating "$ac_file"
  148   rm -f "$ac_file"
  149   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  150   case "$ac_file" in
  151   *Makefile*) ac_comsub="1i\\
  152 # $configure_input" ;;
  153   *) ac_comsub= ;;
  154   esac
  155 
  156   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  157   sed -e "$ac_comsub
  158 s%@configure_input@%$configure_input%g
  159 s%@srcdir@%$srcdir%g
  160 s%@top_srcdir@%$top_srcdir%g
  161 s%@INSTALL@%$INSTALL%g
  162 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
  163 fi; done
  164 rm -f conftest.s*
  165 
  166 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
  167 # NAME is the cpp macro being defined and VALUE is the value it is being given.
  168 #
  169 # ac_d sets the value in "#define NAME VALUE" lines.
  170 ac_dA='s%^\([   ]*\)#\([    ]*define[   ][  ]*\)'
  171 ac_dB='\([  ][  ]*\)[^  ]*%\1#\2'
  172 ac_dC='\3'
  173 ac_dD='%g'
  174 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
  175 ac_uA='s%^\([   ]*\)#\([    ]*\)undef\([    ][  ]*\)'
  176 ac_uB='\([  ]\)%\1#\2define\3'
  177 ac_uC=' '
  178 ac_uD='\4%g'
  179 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
  180 ac_eA='s%^\([   ]*\)#\([    ]*\)undef\([    ][  ]*\)'
  181 ac_eB='$%\1#\2define\3'
  182 ac_eC=' '
  183 ac_eD='%g'
  184 
  185 if test "${CONFIG_HEADERS+set}" != set; then
  186   CONFIG_HEADERS="config.h"
  187 fi
  188 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
  189   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  190   case "$ac_file" in
  191   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  192        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  193   *) ac_file_in="${ac_file}.in" ;;
  194   esac
  195 
  196   echo creating $ac_file
  197 
  198   rm -f conftest.frag conftest.in conftest.out
  199   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  200   cat $ac_file_inputs > conftest.in
  201 
  202   cat > conftest.frag <<CEOF
  203 ${ac_dA}PACKAGE${ac_dB}PACKAGE${ac_dC}"xtermset"${ac_dD}
  204 ${ac_uA}PACKAGE${ac_uB}PACKAGE${ac_uC}"xtermset"${ac_uD}
  205 ${ac_eA}PACKAGE${ac_eB}PACKAGE${ac_eC}"xtermset"${ac_eD}
  206 ${ac_dA}VERSION${ac_dB}VERSION${ac_dC}"0.5"${ac_dD}
  207 ${ac_uA}VERSION${ac_uB}VERSION${ac_uC}"0.5"${ac_uD}
  208 ${ac_eA}VERSION${ac_eB}VERSION${ac_eC}"0.5"${ac_eD}
  209 ${ac_dA}STDC_HEADERS${ac_dB}STDC_HEADERS${ac_dC}1${ac_dD}
  210 ${ac_uA}STDC_HEADERS${ac_uB}STDC_HEADERS${ac_uC}1${ac_uD}
  211 ${ac_eA}STDC_HEADERS${ac_eB}STDC_HEADERS${ac_eC}1${ac_eD}
  212 s%^[    ]*#[    ]*undef[    ][  ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
  213 CEOF
  214   sed -f conftest.frag conftest.in > conftest.out
  215   rm -f conftest.in
  216   mv conftest.out conftest.in
  217 
  218   rm -f conftest.frag conftest.h
  219   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
  220   cat conftest.in >> conftest.h
  221   rm -f conftest.in
  222   if cmp -s $ac_file conftest.h 2>/dev/null; then
  223     echo "$ac_file is unchanged"
  224     rm -f conftest.h
  225   else
  226     # Remove last slash and all that follows it.  Not all systems have dirname.
  227       ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  228       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  229       # The file is in a subdirectory.
  230       test ! -d "$ac_dir" && mkdir "$ac_dir"
  231     fi
  232     rm -f $ac_file
  233     mv conftest.h $ac_file
  234   fi
  235 fi; done
  236 
  237 
  238 
  239 test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
  240 
  241 exit 0