#!/bin/sh # Generated automatically by configure. # Run this file to recreate the current configuration. # This directory was configured as follows: # ./configure --prefix=/usr/local i386-unknown-gnu case "$1" in -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) exec /bin/sh ./configure --prefix=/usr/local i386-unknown-gnu ;; esac trap 'rm -f Makefile config.h; exit 1' 1 3 15 CC='cc -O' CPP='${CC-cc} -E' INSTALL='/usr/bin/install -c -o root -g wheel' INSTALL_PROGRAM='install -s -o root -g wheel -m 555' INSTALL_DATA='install -o root -g wheel -m 444' LIBS='' srcdir='.' DEFS='#define HAVE_LONG_FILE_NAMES 1 #define DIRENT 1 #define HAVE_RINDEX 1 #define HAVE_SETLINEBUF 1 #define UTIME 1 ' prefix='/usr/local' exec_prefix='$(prefix)' prsub='s,^prefix[ ]*=.*$,prefix = /usr/local, s,^exec_prefix[ ]*=.*$,exec_prefix = $(prefix),' top_srcdir=$srcdir for file in Makefile; do srcdir=$top_srcdir # Remove last slash and all that follows it. Not all systems have dirname. dir=`echo $file|sed 's,/[^/][^/]*$,,'` if test "$dir" != "$file"; then test "$top_srcdir" != . && srcdir=$top_srcdir/$dir test ! -d $dir && mkdir $dir fi echo creating $file rm -f $file echo "# Generated automatically from `basename $file`.in by configure." > $file sed -e " $prsub s,@CC@,$CC, s,@CPP@,$CPP, s,@INSTALL@,$INSTALL, s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM, s,@INSTALL_DATA@,$INSTALL_DATA, s,@LIBS@,$LIBS, s,@srcdir@,$srcdir, " $top_srcdir/${file}.in >> $file done echo creating config.h # Ultrix awk loses trailing comments from the header file, but # that's not fatal. rm -f conftest.h echo "/* config.h. Generated automatically by configure. */" > conftest.h echo "$DEFS /* END_OF_DEFS */" | awk ' # The escaped newlines are to work around a bug in GNU m4 0.99 # in quoting more than 2 arguments in a single line. BEGIN { filenum = 1 } filenum == 1 && $1 == "#define" \ { defs[$2] = $3 for (i = 4; i <= NF; i++) defs[$2] = defs[$2] " " $i } /END_OF_DEFS/ { filenum = 2; next } filenum == 2 && $1 == "#define" && \ defs[$2] != "" { $3 = defs[$2] print; next } filenum == 2 && $1 == "#undef" && \ defs[$2] != "" { $1 = "#define" $2 = $2 " " defs[$2] print; next } filenum == 2 { print } ' - $top_srcdir/config.h.in >> conftest.h if cmp -s config.h conftest.h 2>/dev/null; then # The file exists and we would not be changing it. rm -f conftest.h else rm -f config.h mv conftest.h config.h fi