[libgda] Create config.rpath in autogen.sh, bug 660537



commit c63e9499694627ea43b0f98a87b49fe2519c5bbd
Author: David King <davidk openismus com>
Date:   Tue Oct 25 10:52:37 2011 +0200

    Create config.rpath in autogen.sh, bug 660537

 autogen.sh |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 6e2747e..c2193a8 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -19,4 +19,8 @@ which gnome-autogen.sh || {
     exit 1
 }
 
+# Work around usage of gettext macros (AM_ICONV) without calling gettextize.
+# intltoolize is used intead. https://bugzilla.gnome.org/show_bug.cgi?id=660537
+touch config.rpath
+
 USE_GNOME2_MACROS=1 USE_COMMON_DOC_BUILD=yes . gnome-autogen.sh



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