[yelp-xsl] Fixing some build issues



commit eaa5523ad2957cde886e77a6dfbec655757e98a6
Author: Shaun McCance <shaunm gnome org>
Date:   Mon Mar 8 23:17:54 2010 -0600

    Fixing some build issues

 autogen.sh   |    2 +-
 configure.in |   11 +++++------
 2 files changed, 6 insertions(+), 7 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 7bc46d4..a285ad9 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -16,7 +16,7 @@ PKG_NAME="yelp-xsl"
 }
 
 which gnome-autogen.sh || {
-    echo "You need to install gnome-common from the GNOME CVS"
+    echo "You need to install gnome-common from git.gnome.org"
     exit 1
 }
 
diff --git a/configure.in b/configure.in
index b0f64df..3b7f602 100644
--- a/configure.in
+++ b/configure.in
@@ -1,9 +1,10 @@
-AC_INIT([yelp-xsl], [0.99.1],
-        [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-doc-utils])
-AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2])
+AC_INIT([yelp-xsl],[0.99.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp-xsl])
 
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
 AC_CONFIG_MACRO_DIR([m4])
 
+AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2])
+
 dnl  In the interest of portability, we don't use GNU awk extensions,
 dnl  even though they rule.  To prevent accidental use and subsequent
 dnl  bug reports after busted tarballs were shipped, we use -W compat
@@ -27,11 +28,9 @@ AC_SUBST(GETTEXT_PACKAGE)
 AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE")
 
 IT_PROG_INTLTOOL([0.35.0])
-AM_GLIB_GNU_GETTEXT
 
 AC_ARG_ENABLE(doc,
-              [AC_HELP_STRING([--enable-doc],
-                              [build and install developer documentation [default=no]])],,
+              [AS_HELP_STRING([--enable-doc],[build and install developer documentation [default=no]])],,
               enable_doc=no)
 AM_CONDITIONAL(ENABLE_DOC, test "x$enable_doc" != "xno")  
 



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