]> git.wh0rd.org - fontconfig.git/commitdiff
Report command line for $srcdir/configure accurately. Bug #212.
authorKeith Packard <keithp@keithp.com>
Sun, 5 Dec 2004 04:14:17 +0000 (04:14 +0000)
committerKeith Packard <keithp@keithp.com>
Sun, 5 Dec 2004 04:14:17 +0000 (04:14 +0000)
ChangeLog
autogen.sh

index 159a76a019aacd95cdbb4f72c460c4d4f263a853..a0424d42855be55f43ec5a05531f26bfd14634ec 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
index 1a25aa8c7b032c58268f2b5dedc535b9cd2c4d2f..d9bed63763cbba1d573d8a2327215650fe28358b 100755 (executable)
@@ -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