Report command line for $srcdir/configure accurately. Bug #212.
This commit is contained in:
parent
e4125ef950
commit
38e528e776
|
@ -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>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue