From b8f97f17cd50003ca712eb1657d5b7544acb56d3 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Sun, 28 Jun 2009 00:37:53 +0200 Subject: [PATCH] Formatting. --- ChangeLog | 27 ++++++++++++++------------- configure | 4 ++-- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/ChangeLog b/ChangeLog index d9d838786..25edd276f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,35 +2,36 @@ Add tools to preprocess the source files for AtariST PureC. - * builds/atari/deflinejoiner.awk: New file to filter C - source file for broken cpp of PureC. - * builds/atari/gen-purec-patch.sh: New file to generate - a patch set for PureC, by using deflinejoiner.awk. + * builds/atari/deflinejoiner.awk: New file to filter C source files + for broken C preprocessor of PureC compiler. + + * builds/atari/gen-purec-patch.sh: New file to generate a patch set + for PureC, by using deflinejoiner.awk. 2009-06-27 suzuki toshiya Keep existing modules.cfg in the building tree. - * configure: When configure is executed out of the source tree, - existing modules.cfg in building directory should be kept as - the building in the source tree. + * configure: If `configure' is executed outside of the source tree, + an existing `modules.cfg' file in the build directory should be + kept, not overwritten by the version in the source tree. 2009-06-27 suzuki toshiya Filter --srcdir= option before invoking builds/unix/configure. - * configure: When builds/unix/configure is invoked with --srcdir - option, the option should take "builds/unix" directory instead - of the top source directory. Thus configure in the top directory - should modify --srcdir= option when builds/unix/configure is - invoked. + * configure: If builds/unix/configure is invoked with --srcdir + option, the option should take `builds/unix' directory instead of + the top source directory. Thus the configure script in the top + directory should modify the --srcdir= option if + `builds/unix/configure' is invoked. 2009-06-27 suzuki toshiya Improve configure.raw for cross-building on exe-suffixed systems. * builds/unix/configure.raw: Fix a bug in sed script to extract - native suffix for binary executables, patch by Peter Breitenlohner. + native suffix for binary executables, patch by Peter Breitenlohner. http://lists.gnu.org/archive/html/freetype-devel/2009-04/msg00036.html 2009-06-26 Werner Lemberg diff --git a/configure b/configure index 6382f5fcb..2efa26967 100644 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright 2002, 2003, 2004, 2005, 2006, 2008 by +# Copyright 2002, 2003, 2004, 2005, 2006, 2008, 2009 by # David Turner, Robert Wilhelm, and Werner Lemberg. # # This file is part of the FreeType project, and may only be used, modified, @@ -67,7 +67,7 @@ ft2_dir=`(dirname "$0") 2>/dev/null || abs_curr_dir=`pwd` abs_ft2_dir=`cd "$ft2_dir" && pwd` -# "--srcdir=" option can override abs_ft2_dir. +# `--srcdir=' option can override abs_ft2_dir if test $# -gt 0; then for x in "$@"; do