freetype
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft] FMDisposeFontFamilyIterator


From: Dave Viner
Subject: Re: [ft] FMDisposeFontFamilyIterator
Date: Thu, 18 May 2006 23:08:26 -0700

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, address@hidden 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]