Report command line for $srcdir/configure accurately. Bug #212.

This commit is contained in:
Keith Packard 2004-12-05 04:14:17 +00:00
parent e4125ef950
commit 38e528e776
2 changed files with 8 additions and 2 deletions

View File

@ -1,9 +1,15 @@
2004-12-04 Keith Packard <keithp@keithp.com>
* autogen.sh:
Report command line for $srcdir/configure accurately.
Bug #212.
2004-12-04 Keith Packard <keithp@keithp.com>
* src/fcfreetype.c: (FcFreeTypeQuery):
Check for non-empty face->family_name and face->style_name
before using those for the font. Empty names match everything.
Bug #171.
Bug #210.
2004-12-04 Keith Packard <keithp@keithp.com>

View File

@ -108,7 +108,7 @@ $AUTOCONF
cd $ORIGDIR
if test -z "$AUTOGEN_SUBDIR_MODE"; then
echo Running $srcdir/configure
echo Running $srcdir/configure --enable-maintainer-mode "$@"
$srcdir/configure --enable-maintainer-mode "$@"
echo