home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.7z / ftp.whtech.com / emulators / v9t9 / linux / sources / V9t9 / source / aclocal.m4 < prev    next >
Encoding:
M4 Source File  |  2006-10-19  |  1.0 KB  |  35 lines

  1. dnl aclocal.m4 generated automatically by aclocal 1.4
  2.  
  3. dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
  4. dnl This file is free software; the Free Software Foundation
  5. dnl gives unlimited permission to copy and/or distribute it,
  6. dnl with or without modifications, as long as this notice is preserved.
  7.  
  8. dnl This program is distributed in the hope that it will be useful,
  9. dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  10. dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  11. dnl PARTICULAR PURPOSE.
  12.  
  13. AC_DEFUN(AC_PROG_MWCC, 
  14. [
  15. dnl flags for compiler
  16.  
  17. AC_ARG_WITH(mwcc,[],
  18. [if test "$withval" != "yes"; then
  19. CC="$withval";
  20. else
  21. CC="nmwccx86 --gcc-compat"
  22. fi
  23. CFLAGS="-inline all -g $CFLAGS"
  24. if test "$LD" = ""; then
  25. LD="gcc";
  26. fi
  27. LIBS="$LIBS /mnt/zip/libmwcc-2.4.a"
  28. dnl LIBS="$LIBS -L. -lmwcc-2.4 -L/usr/lib/i586-metrowerks-linux/mwcc-2.4"
  29. dnl LIBS="$LIBS -L. -lmwcc-2.4 -L/usr/lib/i586-metrowerks-linux/mwcc-2.4"
  30. dnl LIBS="$LIBS -L/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66"
  31. ])
  32.  
  33. ])
  34.  
  35.