From bcfcc71d299c01137cdc4c6522c3645e197cab36 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Thu, 15 May 2008 09:14:39 +0000 Subject: [PATCH] * builds/toplevel.mk (CONFIG_GUESS, CONFIG_SUB): Updated. --- ChangeLog | 4 ++++ builds/toplevel.mk | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 75ba96162..a7021bee7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-05-15 Werner Lemberg + + * builds/toplevel.mk (CONFIG_GUESS, CONFIG_SUB): Updated. + 2008-05-15 Werner Lemberg * src/type1/t1load.c (parse_subrs): Accept fonts with a subrs array diff --git a/builds/toplevel.mk b/builds/toplevel.mk index d5ca530a3..57b5ca56c 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.