ran the patch... worked fine... but autogen.sh gives me this error:
$ sh ./autogen.sh
generating `configure.ac'
running `aclocal -I . --force'
aclocal: unrecognized option -- `--force'
Try `aclocal --help' for more information.
error while running `aclocal -I . --force'
$
thoughts on how to fix that?
my aclocal in /usr/bin/ says it has these options:
--acdir=DIR directory holding config files
--help print this help, then exit
-I DIR add directory to search list for .m4 files
--output=FILE put output in FILE (default aclocal.m4)
--print-ac-dir print name of directory holding m4 files
--verbose don't be silent
--version print version number, then exit
thanks
dave
On May 18, 2006, at 10:52 PM, [EMAIL PROTECTED] wrote:
--- orig/builds/unix/configure.raw
+++ mod/builds/unix/configure.raw
@@ -150,6 +150,14 @@
[AC_MSG_RESULT([not found])
LDFLAGS="${orig_LDFLAGS}"
CFLAGS="$CFLAGS -DDARWIN_NO_CARBON"])
+else
+ case x$target_os in
+ xdarwin*)
+ dnl AC_MSG_WARN([target system is MacOS but configured to
build without Carbon])
+ CFLAGS="$CFLAGS -DDARWIN_NO_CARBON"
+ ;;
+ *) ;;
+ esac
fi
_______________________________________________
Freetype mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freetype