* builds/toplevel.mk (CONFIG_GUESS, CONFIG_SUB): Updated.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
diff --git a/ChangeLog b/ChangeLog
index 75ba961..a7021be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2008-05-15 Werner Lemberg <wl@gnu.org>
+ * builds/toplevel.mk (CONFIG_GUESS, CONFIG_SUB): Updated.
+
+2008-05-15 Werner Lemberg <wl@gnu.org>
+
* src/type1/t1load.c (parse_subrs): Accept fonts with a subrs array
which contains a single but empty entry. This is technically
invalid (since it must end with `return'), but...
diff --git a/builds/toplevel.mk b/builds/toplevel.mk
index d5ca530..57b5ca5 100644
--- a/builds/toplevel.mk
+++ b/builds/toplevel.mk
@@ -3,7 +3,7 @@
#
-# Copyright 1996-2000, 2001, 2003, 2006 by
+# Copyright 1996-2000, 2001, 2003, 2006, 2008 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and may only be used, modified,
@@ -222,8 +222,8 @@ dist:
# The locations of the latest `config.guess' and `config.sub' versions (from
# GNU `config' CVS), relative to the `tmp' directory used during `make dist'.
#
-CONFIG_GUESS = ../../../config/config.guess
-CONFIG_SUB = ../../../config/config.sub
+CONFIG_GUESS = ~/git/config/config.guess
+CONFIG_SUB = ~/git/config/config.sub
# Don't say `make do-dist'. Always use `make dist' instead.