home *** CD-ROM | disk | FTP | other *** search
- #!/bin/sh
- # Generated automatically by configure.
- # Run this file to recreate the current configuration.
- # This directory was configured as follows,
- # on host :
- #
- # /ISO/flex/flex-2.4.6-amiga/configure/ amigados
-
- for arg
- do
- case "$arg" in
- -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
- echo running ${CONFIG_SHELL-/bin/sh} /ISO/flex/flex-2.4.6-amiga/configure/ amigados
- exec ${CONFIG_SHELL-/bin/sh} /ISO/flex/flex-2.4.6-amiga/configure/ amigados ;;
- *) echo "Usage: config.status --recheck" 2>&1; exit 1 ;;
- esac
- done
-
- trap 'rm -f Makefile; exit 1' 1 3 15
- LN_S='ln -s'
- YACC='bison -y'
- CC='gcc'
- RANLIB='ranlib'
- INSTALL='/bin/install -c'
- INSTALL_PROGRAM='$(INSTALL)'
- INSTALL_DATA='$(INSTALL) -m 644'
- CPP='gcc -E'
- ALLOCA=''
- LIBS=''
- srcdir='/ISO/flex/flex-2.4.6-amiga'
- DEFS=' -DHAVE_STRING_H=1'
- prefix=''
- exec_prefix=''
- prsub=''
- extrasub=''
-
- top_srcdir=$srcdir
-
- CONFIG_FILES=${CONFIG_FILES-"Makefile"}
- for file in .. ${CONFIG_FILES}; do if test "x$file" != x..; then
- 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"
- comment_str="Generated automatically from `echo $file|sed 's|.*/||'`.in by configure."
- case "$file" in
- *.c | *.h | *.C | *.cc | *.m ) echo "/* $comment_str */" > "$file" ;;
- * ) echo "# $comment_str" > "$file" ;;
- esac
- sed -e "
- $prsub
- $extrasub
- s%@LN_S@%$LN_S%g
- s%@YACC@%$YACC%g
- s%@CC@%$CC%g
- s%@RANLIB@%$RANLIB%g
- s%@INSTALL@%$INSTALL%g
- s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
- s%@INSTALL_DATA@%$INSTALL_DATA%g
- s%@CPP@%$CPP%g
- s%@ALLOCA@%$ALLOCA%g
- s%@LIBS@%$LIBS%g
- s%@srcdir@%$srcdir%g
- s%@DEFS@%$DEFS%
- " $top_srcdir/${file}.in >> $file
- fi; done
-
-
- exit 0
-