home *** CD-ROM | disk | FTP | other *** search
- dnl aclocal.m4 generated automatically by aclocal 1.4
-
- dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
- dnl This file is free software; the Free Software Foundation
- dnl gives unlimited permission to copy and/or distribute it,
- dnl with or without modifications, as long as this notice is preserved.
-
- dnl This program is distributed in the hope that it will be useful,
- dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without
- dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A
- dnl PARTICULAR PURPOSE.
-
- AC_DEFUN(AC_PROG_MWCC,
- [
- dnl flags for compiler
-
- AC_ARG_WITH(mwcc,[],
- [if test "$withval" != "yes"; then
- CC="$withval";
- else
- CC="nmwccx86 --gcc-compat"
- fi
- CFLAGS="-inline all -g $CFLAGS"
- if test "$LD" = ""; then
- LD="gcc";
- fi
- LIBS="$LIBS /mnt/zip/libmwcc-2.4.a"
- dnl LIBS="$LIBS -L. -lmwcc-2.4 -L/usr/lib/i586-metrowerks-linux/mwcc-2.4"
- dnl LIBS="$LIBS -L. -lmwcc-2.4 -L/usr/lib/i586-metrowerks-linux/mwcc-2.4"
- dnl LIBS="$LIBS -L/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66"
- ])
-
- ])
-
-