[gmime] Inherit the system gtk-doc.make in autogen.sh



commit 8e31e40c05e3f347033b1773cf6eeb621360f641
Author: Jeffrey Stedfast <fejj gnome org>
Date:   Sun Jan 8 11:56:50 2012 -0500

    Inherit the system gtk-doc.make in autogen.sh

 autogen.sh   |    6 +-
 gtk-doc.make |  195 ----------------------------------------------------------
 2 files changed, 3 insertions(+), 198 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 3541002..7e37eea 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,8 +1,8 @@
 #!/bin/sh
 # Run this to generate all the initial makefiles, etc.
 
-srcdir=`dirname $0`
-test -z "$srcdir" && srcdir=.
+test -n "$srcdir" || srcdir=`dirname $0`
+test -n "$srcdir" || srcdir=.
 
 ORIGDIR=`pwd`
 cd $srcdir
@@ -84,7 +84,7 @@ fi
 $ACLOCAL $ACLOCAL_FLAGS || exit $?
 
 libtoolize --force || exit $?
-#gtkdocize || exit $?
+gtkdocize || exit $?
 
 autoheader || exit $?
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]