"Fossies" - the Fresh Open Source Software Archive

Member "npadmin-0.14/config.status" (30 Mar 2006, 13491 Bytes) of package /linux/misc/old/npadmin-0.14.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 flix.zork.net:
    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 npadmin.spec 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 -O2%g
   42 s%@FFLAGS@%%g
   43 s%@DEFS@%-DHAVE_CONFIG_H%g
   44 s%@LDFLAGS@%%g
   45 s%@LIBS@%-lpthread %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@%npadmin%g
   65 s%@VERSION@%0.13%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%@WARNS@%%g
   73 s%@CC@%gcc%g
   74 s%@CXX@%c++%g
   75 s%@__needs_excepthand_flag@%%g
   76 s%@CXXCPP@%c++ -E%g
   77 s%@LIBOBJS@% memcmp.o%g
   78 
   79 CEOF
   80 
   81 # Split the substitutions into bite-sized pieces for seds with
   82 # small command number limits, like on Digital OSF/1 and HP-UX.
   83 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
   84 ac_file=1 # Number of current file.
   85 ac_beg=1 # First line for current file.
   86 ac_end=$ac_max_sed_cmds # Line after last line for current file.
   87 ac_more_lines=:
   88 ac_sed_cmds=""
   89 while $ac_more_lines; do
   90   if test $ac_beg -gt 1; then
   91     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
   92   else
   93     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
   94   fi
   95   if test ! -s conftest.s$ac_file; then
   96     ac_more_lines=false
   97     rm -f conftest.s$ac_file
   98   else
   99     if test -z "$ac_sed_cmds"; then
  100       ac_sed_cmds="sed -f conftest.s$ac_file"
  101     else
  102       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
  103     fi
  104     ac_file=`expr $ac_file + 1`
  105     ac_beg=$ac_end
  106     ac_end=`expr $ac_end + $ac_max_sed_cmds`
  107   fi
  108 done
  109 if test -z "$ac_sed_cmds"; then
  110   ac_sed_cmds=cat
  111 fi
  112 
  113 CONFIG_FILES=${CONFIG_FILES-"Makefile npadmin.spec"}
  114 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  115   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  116   case "$ac_file" in
  117   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  118        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  119   *) ac_file_in="${ac_file}.in" ;;
  120   esac
  121 
  122   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
  123 
  124   # Remove last slash and all that follows it.  Not all systems have dirname.
  125   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  126   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  127     # The file is in a subdirectory.
  128     test ! -d "$ac_dir" && mkdir "$ac_dir"
  129     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
  130     # A "../" for each directory in $ac_dir_suffix.
  131     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  132   else
  133     ac_dir_suffix= ac_dots=
  134   fi
  135 
  136   case "$ac_given_srcdir" in
  137   .)  srcdir=.
  138       if test -z "$ac_dots"; then top_srcdir=.
  139       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  140   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  141   *) # Relative path.
  142     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  143     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  144   esac
  145 
  146   case "$ac_given_INSTALL" in
  147   [/$]*) INSTALL="$ac_given_INSTALL" ;;
  148   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  149   esac
  150 
  151   echo creating "$ac_file"
  152   rm -f "$ac_file"
  153   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  154   case "$ac_file" in
  155   *Makefile*) ac_comsub="1i\\
  156 # $configure_input" ;;
  157   *) ac_comsub= ;;
  158   esac
  159 
  160   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  161   sed -e "$ac_comsub
  162 s%@configure_input@%$configure_input%g
  163 s%@srcdir@%$srcdir%g
  164 s%@top_srcdir@%$top_srcdir%g
  165 s%@INSTALL@%$INSTALL%g
  166 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
  167 fi; done
  168 rm -f conftest.s*
  169 
  170 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
  171 # NAME is the cpp macro being defined and VALUE is the value it is being given.
  172 #
  173 # ac_d sets the value in "#define NAME VALUE" lines.
  174 ac_dA='s%^\([   ]*\)#\([    ]*define[   ][  ]*\)'
  175 ac_dB='\([  ][  ]*\)[^  ]*%\1#\2'
  176 ac_dC='\3'
  177 ac_dD='%g'
  178 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
  179 ac_uA='s%^\([   ]*\)#\([    ]*\)undef\([    ][  ]*\)'
  180 ac_uB='\([  ]\)%\1#\2define\3'
  181 ac_uC=' '
  182 ac_uD='\4%g'
  183 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
  184 ac_eA='s%^\([   ]*\)#\([    ]*\)undef\([    ][  ]*\)'
  185 ac_eB='$%\1#\2define\3'
  186 ac_eC=' '
  187 ac_eD='%g'
  188 
  189 if test "${CONFIG_HEADERS+set}" != set; then
  190   CONFIG_HEADERS="config.h"
  191 fi
  192 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
  193   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  194   case "$ac_file" in
  195   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  196        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  197   *) ac_file_in="${ac_file}.in" ;;
  198   esac
  199 
  200   echo creating $ac_file
  201 
  202   rm -f conftest.frag conftest.in conftest.out
  203   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  204   cat $ac_file_inputs > conftest.in
  205 
  206   cat > conftest.frag <<CEOF
  207 ${ac_dA}PACKAGE${ac_dB}PACKAGE${ac_dC}"npadmin"${ac_dD}
  208 ${ac_uA}PACKAGE${ac_uB}PACKAGE${ac_uC}"npadmin"${ac_uD}
  209 ${ac_eA}PACKAGE${ac_eB}PACKAGE${ac_eC}"npadmin"${ac_eD}
  210 ${ac_dA}VERSION${ac_dB}VERSION${ac_dC}"0.13"${ac_dD}
  211 ${ac_uA}VERSION${ac_uB}VERSION${ac_uC}"0.13"${ac_uD}
  212 ${ac_eA}VERSION${ac_eB}VERSION${ac_eC}"0.13"${ac_eD}
  213 ${ac_dA}NDEBUG${ac_dB}NDEBUG${ac_dC}1${ac_dD}
  214 ${ac_uA}NDEBUG${ac_uB}NDEBUG${ac_uC}1${ac_uD}
  215 ${ac_eA}NDEBUG${ac_eB}NDEBUG${ac_eC}1${ac_eD}
  216 ${ac_dA}STDC_HEADERS${ac_dB}STDC_HEADERS${ac_dC}1${ac_dD}
  217 ${ac_uA}STDC_HEADERS${ac_uB}STDC_HEADERS${ac_uC}1${ac_uD}
  218 ${ac_eA}STDC_HEADERS${ac_eB}STDC_HEADERS${ac_eC}1${ac_eD}
  219 CEOF
  220   sed -f conftest.frag conftest.in > conftest.out
  221   rm -f conftest.in
  222   mv conftest.out conftest.in
  223 
  224   cat > conftest.frag <<CEOF
  225 ${ac_dA}HAVE_ARPA_INET_H${ac_dB}HAVE_ARPA_INET_H${ac_dC}1${ac_dD}
  226 ${ac_uA}HAVE_ARPA_INET_H${ac_uB}HAVE_ARPA_INET_H${ac_uC}1${ac_uD}
  227 ${ac_eA}HAVE_ARPA_INET_H${ac_eB}HAVE_ARPA_INET_H${ac_eC}1${ac_eD}
  228 ${ac_dA}HAVE_ASSERT_H${ac_dB}HAVE_ASSERT_H${ac_dC}1${ac_dD}
  229 ${ac_uA}HAVE_ASSERT_H${ac_uB}HAVE_ASSERT_H${ac_uC}1${ac_uD}
  230 ${ac_eA}HAVE_ASSERT_H${ac_eB}HAVE_ASSERT_H${ac_eC}1${ac_eD}
  231 ${ac_dA}HAVE_ERRNO_H${ac_dB}HAVE_ERRNO_H${ac_dC}1${ac_dD}
  232 ${ac_uA}HAVE_ERRNO_H${ac_uB}HAVE_ERRNO_H${ac_uC}1${ac_uD}
  233 ${ac_eA}HAVE_ERRNO_H${ac_eB}HAVE_ERRNO_H${ac_eC}1${ac_eD}
  234 ${ac_dA}HAVE_FCNTL_H${ac_dB}HAVE_FCNTL_H${ac_dC}1${ac_dD}
  235 ${ac_uA}HAVE_FCNTL_H${ac_uB}HAVE_FCNTL_H${ac_uC}1${ac_uD}
  236 ${ac_eA}HAVE_FCNTL_H${ac_eB}HAVE_FCNTL_H${ac_eC}1${ac_eD}
  237 CEOF
  238   sed -f conftest.frag conftest.in > conftest.out
  239   rm -f conftest.in
  240   mv conftest.out conftest.in
  241 
  242   cat > conftest.frag <<CEOF
  243 ${ac_dA}HAVE_LIMITS_H${ac_dB}HAVE_LIMITS_H${ac_dC}1${ac_dD}
  244 ${ac_uA}HAVE_LIMITS_H${ac_uB}HAVE_LIMITS_H${ac_uC}1${ac_uD}
  245 ${ac_eA}HAVE_LIMITS_H${ac_eB}HAVE_LIMITS_H${ac_eC}1${ac_eD}
  246 ${ac_dA}HAVE_NETDB_H${ac_dB}HAVE_NETDB_H${ac_dC}1${ac_dD}
  247 ${ac_uA}HAVE_NETDB_H${ac_uB}HAVE_NETDB_H${ac_uC}1${ac_uD}
  248 ${ac_eA}HAVE_NETDB_H${ac_eB}HAVE_NETDB_H${ac_eC}1${ac_eD}
  249 ${ac_dA}HAVE_NETINET_IN_H${ac_dB}HAVE_NETINET_IN_H${ac_dC}1${ac_dD}
  250 ${ac_uA}HAVE_NETINET_IN_H${ac_uB}HAVE_NETINET_IN_H${ac_uC}1${ac_uD}
  251 ${ac_eA}HAVE_NETINET_IN_H${ac_eB}HAVE_NETINET_IN_H${ac_eC}1${ac_eD}
  252 ${ac_dA}HAVE_STDARG_H${ac_dB}HAVE_STDARG_H${ac_dC}1${ac_dD}
  253 ${ac_uA}HAVE_STDARG_H${ac_uB}HAVE_STDARG_H${ac_uC}1${ac_uD}
  254 ${ac_eA}HAVE_STDARG_H${ac_eB}HAVE_STDARG_H${ac_eC}1${ac_eD}
  255 CEOF
  256   sed -f conftest.frag conftest.in > conftest.out
  257   rm -f conftest.in
  258   mv conftest.out conftest.in
  259 
  260   cat > conftest.frag <<CEOF
  261 ${ac_dA}HAVE_STDIO_H${ac_dB}HAVE_STDIO_H${ac_dC}1${ac_dD}
  262 ${ac_uA}HAVE_STDIO_H${ac_uB}HAVE_STDIO_H${ac_uC}1${ac_uD}
  263 ${ac_eA}HAVE_STDIO_H${ac_eB}HAVE_STDIO_H${ac_eC}1${ac_eD}
  264 ${ac_dA}HAVE_STDLIB_H${ac_dB}HAVE_STDLIB_H${ac_dC}1${ac_dD}
  265 ${ac_uA}HAVE_STDLIB_H${ac_uB}HAVE_STDLIB_H${ac_uC}1${ac_uD}
  266 ${ac_eA}HAVE_STDLIB_H${ac_eB}HAVE_STDLIB_H${ac_eC}1${ac_eD}
  267 ${ac_dA}HAVE_STRING_H${ac_dB}HAVE_STRING_H${ac_dC}1${ac_dD}
  268 ${ac_uA}HAVE_STRING_H${ac_uB}HAVE_STRING_H${ac_uC}1${ac_uD}
  269 ${ac_eA}HAVE_STRING_H${ac_eB}HAVE_STRING_H${ac_eC}1${ac_eD}
  270 ${ac_dA}HAVE_SYS_SOCKET_H${ac_dB}HAVE_SYS_SOCKET_H${ac_dC}1${ac_dD}
  271 ${ac_uA}HAVE_SYS_SOCKET_H${ac_uB}HAVE_SYS_SOCKET_H${ac_uC}1${ac_uD}
  272 ${ac_eA}HAVE_SYS_SOCKET_H${ac_eB}HAVE_SYS_SOCKET_H${ac_eC}1${ac_eD}
  273 CEOF
  274   sed -f conftest.frag conftest.in > conftest.out
  275   rm -f conftest.in
  276   mv conftest.out conftest.in
  277 
  278   cat > conftest.frag <<CEOF
  279 ${ac_dA}HAVE_SYS_STAT_H${ac_dB}HAVE_SYS_STAT_H${ac_dC}1${ac_dD}
  280 ${ac_uA}HAVE_SYS_STAT_H${ac_uB}HAVE_SYS_STAT_H${ac_uC}1${ac_uD}
  281 ${ac_eA}HAVE_SYS_STAT_H${ac_eB}HAVE_SYS_STAT_H${ac_eC}1${ac_eD}
  282 ${ac_dA}HAVE_SYS_TIME_H${ac_dB}HAVE_SYS_TIME_H${ac_dC}1${ac_dD}
  283 ${ac_uA}HAVE_SYS_TIME_H${ac_uB}HAVE_SYS_TIME_H${ac_uC}1${ac_uD}
  284 ${ac_eA}HAVE_SYS_TIME_H${ac_eB}HAVE_SYS_TIME_H${ac_eC}1${ac_eD}
  285 ${ac_dA}HAVE_SYS_TYPES_H${ac_dB}HAVE_SYS_TYPES_H${ac_dC}1${ac_dD}
  286 ${ac_uA}HAVE_SYS_TYPES_H${ac_uB}HAVE_SYS_TYPES_H${ac_uC}1${ac_uD}
  287 ${ac_eA}HAVE_SYS_TYPES_H${ac_eB}HAVE_SYS_TYPES_H${ac_eC}1${ac_eD}
  288 ${ac_dA}HAVE_UNISTD_H${ac_dB}HAVE_UNISTD_H${ac_dC}1${ac_dD}
  289 ${ac_uA}HAVE_UNISTD_H${ac_uB}HAVE_UNISTD_H${ac_uC}1${ac_uD}
  290 ${ac_eA}HAVE_UNISTD_H${ac_eB}HAVE_UNISTD_H${ac_eC}1${ac_eD}
  291 CEOF
  292   sed -f conftest.frag conftest.in > conftest.out
  293   rm -f conftest.in
  294   mv conftest.out conftest.in
  295 
  296   cat > conftest.frag <<CEOF
  297 ${ac_dA}HAVE_PTHREAD_H${ac_dB}HAVE_PTHREAD_H${ac_dC}1${ac_dD}
  298 ${ac_uA}HAVE_PTHREAD_H${ac_uB}HAVE_PTHREAD_H${ac_uC}1${ac_uD}
  299 ${ac_eA}HAVE_PTHREAD_H${ac_eB}HAVE_PTHREAD_H${ac_eC}1${ac_eD}
  300 ${ac_dA}const${ac_dB}const${ac_dC}${ac_dD}
  301 ${ac_uA}const${ac_uB}const${ac_uC}${ac_uD}
  302 ${ac_eA}const${ac_eB}const${ac_eC}${ac_eD}
  303 ${ac_dA}inline${ac_dB}inline${ac_dC}${ac_dD}
  304 ${ac_uA}inline${ac_uB}inline${ac_uC}${ac_uD}
  305 ${ac_eA}inline${ac_eB}inline${ac_eC}${ac_eD}
  306 ${ac_dA}TIME_WITH_SYS_TIME${ac_dB}TIME_WITH_SYS_TIME${ac_dC}1${ac_dD}
  307 ${ac_uA}TIME_WITH_SYS_TIME${ac_uB}TIME_WITH_SYS_TIME${ac_uC}1${ac_uD}
  308 ${ac_eA}TIME_WITH_SYS_TIME${ac_eB}TIME_WITH_SYS_TIME${ac_eC}1${ac_eD}
  309 CEOF
  310   sed -f conftest.frag conftest.in > conftest.out
  311   rm -f conftest.in
  312   mv conftest.out conftest.in
  313 
  314   cat > conftest.frag <<CEOF
  315 ${ac_dA}HAVE_STRDUP${ac_dB}HAVE_STRDUP${ac_dC}1${ac_dD}
  316 ${ac_uA}HAVE_STRDUP${ac_uB}HAVE_STRDUP${ac_uC}1${ac_uD}
  317 ${ac_eA}HAVE_STRDUP${ac_eB}HAVE_STRDUP${ac_eC}1${ac_eD}
  318 ${ac_dA}HAVE_STRSTR${ac_dB}HAVE_STRSTR${ac_dC}1${ac_dD}
  319 ${ac_uA}HAVE_STRSTR${ac_uB}HAVE_STRSTR${ac_uC}1${ac_uD}
  320 ${ac_eA}HAVE_STRSTR${ac_eB}HAVE_STRSTR${ac_eC}1${ac_eD}
  321 ${ac_dA}HAVE_GETOPT_LONG${ac_dB}HAVE_GETOPT_LONG${ac_dC}1${ac_dD}
  322 ${ac_uA}HAVE_GETOPT_LONG${ac_uB}HAVE_GETOPT_LONG${ac_uC}1${ac_uD}
  323 ${ac_eA}HAVE_GETOPT_LONG${ac_eB}HAVE_GETOPT_LONG${ac_eC}1${ac_eD}
  324 ${ac_dA}HAVE_SNPRINTF${ac_dB}HAVE_SNPRINTF${ac_dC}1${ac_dD}
  325 ${ac_uA}HAVE_SNPRINTF${ac_uB}HAVE_SNPRINTF${ac_uC}1${ac_uD}
  326 ${ac_eA}HAVE_SNPRINTF${ac_eB}HAVE_SNPRINTF${ac_eC}1${ac_eD}
  327 CEOF
  328   sed -f conftest.frag conftest.in > conftest.out
  329   rm -f conftest.in
  330   mv conftest.out conftest.in
  331 
  332   cat > conftest.frag <<CEOF
  333 ${ac_dA}HAVE_LIBPTHREAD${ac_dB}HAVE_LIBPTHREAD${ac_dC}1${ac_dD}
  334 ${ac_uA}HAVE_LIBPTHREAD${ac_uB}HAVE_LIBPTHREAD${ac_uC}1${ac_uD}
  335 ${ac_eA}HAVE_LIBPTHREAD${ac_eB}HAVE_LIBPTHREAD${ac_eC}1${ac_eD}
  336 s%^[    ]*#[    ]*undef[    ][  ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
  337 CEOF
  338   sed -f conftest.frag conftest.in > conftest.out
  339   rm -f conftest.in
  340   mv conftest.out conftest.in
  341 
  342   rm -f conftest.frag conftest.h
  343   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
  344   cat conftest.in >> conftest.h
  345   rm -f conftest.in
  346   if cmp -s $ac_file conftest.h 2>/dev/null; then
  347     echo "$ac_file is unchanged"
  348     rm -f conftest.h
  349   else
  350     # Remove last slash and all that follows it.  Not all systems have dirname.
  351       ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  352       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  353       # The file is in a subdirectory.
  354       test ! -d "$ac_dir" && mkdir "$ac_dir"
  355     fi
  356     rm -f $ac_file
  357     mv conftest.h $ac_file
  358   fi
  359 fi; done
  360 
  361 
  362 
  363 test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
  364 
  365 exit 0