diff --git a/ChangeLog b/ChangeLog index 159a76a..a0424d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,15 @@ +2004-12-04 Keith Packard + + * autogen.sh: + Report command line for $srcdir/configure accurately. + Bug #212. + 2004-12-04 Keith Packard * 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 diff --git a/autogen.sh b/autogen.sh index 1a25aa8..d9bed63 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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