From: Keith Packard Date: Sun, 5 Dec 2004 04:14:17 +0000 (+0000) Subject: Report command line for $srcdir/configure accurately. Bug #212. X-Git-Tag: fc-2_2_97~5 X-Git-Url: https://git.wh0rd.org/?p=fontconfig.git;a=commitdiff_plain;h=38e528e77673f0395ab802cd1040947e307f0c6c Report command line for $srcdir/configure accurately. Bug #212. --- 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