home *** CD-ROM | disk | FTP | other *** search
- diff -rc flex-2.4.5-fsf/Makefile.in flex-2.4.5-amiga/Makefile.in
- *** flex-2.4.5-fsf/Makefile.in Sat Dec 11 18:34:02 1993
- --- flex-2.4.5-amiga/Makefile.in Mon Dec 13 17:19:32 1993
- ***************
- *** 28,34 ****
- # Raw, unformatted troff source will be installed if INSTALLMAN=man,
- # nroff preformatted versions will be installed if INSTALLMAN=cat.
-
- ! prefix = /usr/local
- exec_prefix = $(prefix)
- bindir = $(exec_prefix)/bin
- libdir = $(exec_prefix)/lib
- --- 28,34 ----
- # Raw, unformatted troff source will be installed if INSTALLMAN=man,
- # nroff preformatted versions will be installed if INSTALLMAN=cat.
-
- ! prefix = /usr
- exec_prefix = $(prefix)
- bindir = $(exec_prefix)/bin
- libdir = $(exec_prefix)/lib
- diff -rc flex-2.4.5-fsf/configure flex-2.4.5-amiga/configure
- *** flex-2.4.5-fsf/configure Fri Dec 3 05:59:16 1993
- --- flex-2.4.5-amiga/configure Mon Dec 13 17:25:33 1993
- ***************
- *** 69,75 ****
- *=*) val="`echo $arg|sed 's/[^=]*=//'`" ;;
- *) val=1 ;;
- esac
- ! eval "with_$package='$val'" ;;
-
- -v | -verbose | --verbose | --verbos | --verbo | --verb | --ver | --ve | --v)
- verbose=yes ;;
- --- 69,75 ----
- *=*) val="`echo $arg|sed 's/[^=]*=//'`" ;;
- *) val=1 ;;
- esac
- ! "with_$package='$val'" ;;
-
- -v | -verbose | --verbose | --verbos | --verbo | --verb | --ver | --ve | --v)
- verbose=yes ;;
- ***************
- *** 91,97 ****
- rm -f conftest* confdefs.h
- # AIX cpp loses on an empty file, so make sure it contains at least a newline.
- echo > confdefs.h
- ! compile='${CC-cc} $CFLAGS conftest.c -o conftest $LIBS >/dev/null 2>&1'
-
- # A filename unique to this package, relative to the directory that
- # configure is in, which we can look for to find out if srcdir is correct.
- --- 91,97 ----
- rm -f conftest* confdefs.h
- # AIX cpp loses on an empty file, so make sure it contains at least a newline.
- echo > confdefs.h
- ! compile="${CC-gcc} $CFLAGS conftest.c -o conftest $LIBS"
-
- # A filename unique to this package, relative to the directory that
- # configure is in, which we can look for to find out if srcdir is correct.
- ***************
- *** 109,114 ****
- --- 109,115 ----
- srcdir=..
- fi
- fi
- + srcdir=../flex-2.4.5-amiga #HACK
- if test ! -r $srcdir/$unique_file; then
- if test x$srcdirdefaulted = xyes; then
- echo "configure: Can not find sources in \`${confdir}' or \`..'." 1>&2
- ***************
- *** 216,221 ****
- --- 217,223 ----
- # /usr/ucb/install on SVR4, which tries to use the nonexistent group
- # `staff'. On most BSDish systems install is in /usr/bin, not /usr/ucb
- # anyway. Sigh.
- + INSTALL=/bin/ginstall #HACK (fnf)
- if test "z${INSTALL}" = "z" ; then
- echo checking for install
- IFS="${IFS= }"; saveifs="$IFS"; IFS="${IFS}:"
- ***************
- *** 306,312 ****
- int main() { exit(0); }
- int t() { $prog }
- EOF
- ! if eval $compile; then
- :
- else
- rm -rf conftest*
- --- 308,314 ----
- int main() { exit(0); }
- int t() { $prog }
- EOF
- ! if $compile; then
- :
- else
- rm -rf conftest*
- ***************
- *** 322,327 ****
- --- 324,330 ----
- rm -f conftest*
-
- echo checking how to run the C preprocessor
- + CPP="/lib/gcc-lib/amigados/2.3.3/cpp" #HACK
- if test -z "$CPP"; then
- # This must be in double quotes, not single quotes, because CPP may get
- # substituted into the Makefile and ``${CC-cc}'' will simply confuse
- ***************
- *** 372,378 ****
- exit (0); }
-
- EOF
- ! eval $compile
- if test -s conftest && (./conftest; exit) 2>/dev/null; then
-
- {
- --- 375,381 ----
- exit (0); }
-
- EOF
- ! $compile
- if test -s conftest && (./conftest; exit) 2>/dev/null; then
-
- {
- ***************
- *** 405,411 ****
- int main() { exit(0); }
- int t() { char *p = alloca(2 * sizeof(int)); }
- EOF
- ! if eval $compile; then
- rm -rf conftest*
-
- {
- --- 408,414 ----
- int main() { exit(0); }
- int t() { char *p = alloca(2 * sizeof(int)); }
- EOF
- ! if $compile; then
- rm -rf conftest*
-
- {
- ***************
- *** 440,446 ****
- int main() { exit(0); }
- int t() { char *p = (char *) alloca(1); }
- EOF
- ! if eval $compile; then
- :
- else
- rm -rf conftest*
- --- 443,449 ----
- int main() { exit(0); }
- int t() { char *p = (char *) alloca(1); }
- EOF
- ! if $compile; then
- :
- else
- rm -rf conftest*
- ***************
- *** 475,481 ****
- #endif
- }
- EOF
- ! if eval $compile; then
- rm -rf conftest*
- {
- test -n "$verbose" && \
- --- 478,484 ----
- #endif
- }
- EOF
- ! if $compile; then
- rm -rf conftest*
- {
- test -n "$verbose" && \
- ***************
- *** 504,510 ****
- #endif
- }
- EOF
- ! if eval $compile; then
- rm -rf conftest*
- {
- test -n "$verbose" && \
- --- 507,513 ----
- #endif
- }
- EOF
- ! if $compile; then
- rm -rf conftest*
- {
- test -n "$verbose" && \
- ***************
- *** 533,539 ****
- #endif
- }
- EOF
- ! if eval $compile; then
- rm -rf conftest*
- {
- test -n "$verbose" && \
- --- 536,542 ----
- #endif
- }
- EOF
- ! if $compile; then
- rm -rf conftest*
- {
- test -n "$verbose" && \
- ***************
- *** 582,588 ****
- #include "confdefs.h"
- main(){exit(0);}
- EOF
- ! eval $compile
- if test -s conftest && (./conftest; exit) 2>/dev/null; then
- :
- else
- --- 585,591 ----
- #include "confdefs.h"
- main(){exit(0);}
- EOF
- ! $compile
- if test -s conftest && (./conftest; exit) 2>/dev/null; then
- :
- else
- ***************
- *** 620,626 ****
- exit (find_stack_direction() < 0);
- }
- EOF
- ! eval $compile
- if test -s conftest && (./conftest; exit) 2>/dev/null; then
-
- {
- --- 623,629 ----
- exit (find_stack_direction() < 0);
- }
- EOF
- ! $compile
- if test -s conftest && (./conftest; exit) 2>/dev/null; then
-
- {
-