[HarfBuzz] harfbuzz: Branch 'master' - 2 commits

Simon Hausmann hausmann at kemper.freedesktop.org
Thu Jul 5 10:44:04 PDT 2007


 .gitignore   |    2 ++
 autogen.sh   |    4 ++--
 configure.ac |    1 -
 3 files changed, 4 insertions(+), 3 deletions(-)

New commits:
diff-tree 69dd290d3ce68119161f353b94c9cc2d6a817019 (from b9b9784f1affbb4f40f090533d11fd5fecc0a3bb)
Author: Simon Hausmann <shausman at trolltech.com>
Date:   Thu Jul 5 17:35:20 2007 +0200

    Ignore some more generated files

diff --git a/.gitignore b/.gitignore
index 18237b4..572243f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,5 @@ config.status
 config.log
 libtool
 stamp-h1
+compile
+build
diff-tree b9b9784f1affbb4f40f090533d11fd5fecc0a3bb (from a97f2650809e7f6aafde1a612b0924b30406b867)
Author: Simon Hausmann <shausman at trolltech.com>
Date:   Thu Jul 5 17:23:24 2007 +0200

    Behdad says: Don't use --enable-maintainer mode. Turns out it's indeed broken.

diff --git a/autogen.sh b/autogen.sh
index c2b8736..7fa1c3d 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -108,8 +108,8 @@ $AUTOCONF
 cd $ORIGDIR
 
 if test -z "$AUTOGEN_SUBDIR_MODE"; then
-	echo Running $srcdir/configure --enable-maintainer-mode "$@"
-        $srcdir/configure --enable-maintainer-mode "$@"
+	echo Running $srcdir/configure "$@"
+        $srcdir/configure "$@"
 
         echo 
         echo "Now type 'make' to compile $PROJECT."
diff --git a/configure.ac b/configure.ac
index 1f13182..8519279 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,5 @@
 AC_INIT(README)
 AM_INIT_AUTOMAKE(harfbuzz, 0.1)
-AM_MAINTAINER_MODE
 AC_PROG_CC
 AC_PROG_CXX
 AM_PROG_LIBTOOL



More information about the HarfBuzz mailing list