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

gEDA-cvs: branch: master updated (1.1.2.20070818-155-g3b040cf)



The branch, master has been updated
       via  3b040cf8d60a8fbe45f6e7c5f3d71a3dea119357 (commit)
      from  eae5c4643691bf4a675f6df0d31d671715089939 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 docs/autogen.sh      |    4 ++++
 examples/autogen.sh  |    4 ++++
 gattrib/autogen.sh   |    4 ++++
 gnetlist/autogen.sh  |    4 ++++
 gschem/autogen.sh    |    4 ++++
 gsymcheck/autogen.sh |    4 ++++
 libgeda/autogen.sh   |    4 ++++
 symbols/autogen.sh   |    4 ++++
 utils/autogen.sh     |    4 ++++
 9 files changed, 36 insertions(+), 0 deletions(-)


=================
 Commit Messages
=================

commit 3b040cf8d60a8fbe45f6e7c5f3d71a3dea119357
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date:   Wed Dec 19 17:48:57 2007 +0000

    Add intltoolize to the build infrastructure
    
    Provide intltoolize infrastructure for translating .desktop and MIME
    XML files. Run gettextize after intltoolize if required, so that the
    infrastructure for providing libintl on a non GNU system still works.

:100755 100755 36c3efe... d94ffc3... M	docs/autogen.sh
:100755 100755 36c3efe... d94ffc3... M	examples/autogen.sh
:100755 100755 36c3efe... d94ffc3... M	gattrib/autogen.sh
:100755 100755 36c3efe... d94ffc3... M	gnetlist/autogen.sh
:100755 100755 b06a5b7... 25175e0... M	gschem/autogen.sh
:100755 100755 36c3efe... d94ffc3... M	gsymcheck/autogen.sh
:100755 100755 fe4732a... 3989a4f... M	libgeda/autogen.sh
:100755 100755 36c3efe... d94ffc3... M	symbols/autogen.sh
:100755 100755 36c3efe... d94ffc3... M	utils/autogen.sh

=========
 Changes
=========

commit 3b040cf8d60a8fbe45f6e7c5f3d71a3dea119357
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date:   Wed Dec 19 17:48:57 2007 +0000

    Add intltoolize to the build infrastructure
    
    Provide intltoolize infrastructure for translating .desktop and MIME
    XML files. Run gettextize after intltoolize if required, so that the
    infrastructure for providing libintl on a non GNU system still works.

diff --git a/docs/autogen.sh b/docs/autogen.sh
index 36c3efe..d94ffc3 100755
--- a/docs/autogen.sh
+++ b/docs/autogen.sh
@@ -95,6 +95,10 @@ do
 	#echo "Creating $dr/po/Makevars ..."
         #mv -f $dr/po/Makevars.template $dr/po/Makevars
       fi
+      if grep "^IT_PROG_INTLTOOL" $configure_script >/dev/null; then
+	echo "autogen.sh running: intltoolize ..."
+	echo "no" | intltoolize --force --copy --automake
+      fi
       if grep "^AM_PROG_LIBTOOL" $configure_script >/dev/null; then
 	if test -z "$NO_LIBTOOLIZE" ; then 
 	  echo "autogen.sh running: libtoolize ..."
diff --git a/examples/autogen.sh b/examples/autogen.sh
index 36c3efe..d94ffc3 100755
--- a/examples/autogen.sh
+++ b/examples/autogen.sh
@@ -95,6 +95,10 @@ do
 	#echo "Creating $dr/po/Makevars ..."
         #mv -f $dr/po/Makevars.template $dr/po/Makevars
       fi
+      if grep "^IT_PROG_INTLTOOL" $configure_script >/dev/null; then
+	echo "autogen.sh running: intltoolize ..."
+	echo "no" | intltoolize --force --copy --automake
+      fi
       if grep "^AM_PROG_LIBTOOL" $configure_script >/dev/null; then
 	if test -z "$NO_LIBTOOLIZE" ; then 
 	  echo "autogen.sh running: libtoolize ..."
diff --git a/gattrib/autogen.sh b/gattrib/autogen.sh
index 36c3efe..d94ffc3 100755
--- a/gattrib/autogen.sh
+++ b/gattrib/autogen.sh
@@ -95,6 +95,10 @@ do
 	#echo "Creating $dr/po/Makevars ..."
         #mv -f $dr/po/Makevars.template $dr/po/Makevars
       fi
+      if grep "^IT_PROG_INTLTOOL" $configure_script >/dev/null; then
+	echo "autogen.sh running: intltoolize ..."
+	echo "no" | intltoolize --force --copy --automake
+      fi
       if grep "^AM_PROG_LIBTOOL" $configure_script >/dev/null; then
 	if test -z "$NO_LIBTOOLIZE" ; then 
 	  echo "autogen.sh running: libtoolize ..."
diff --git a/gnetlist/autogen.sh b/gnetlist/autogen.sh
index 36c3efe..d94ffc3 100755
--- a/gnetlist/autogen.sh
+++ b/gnetlist/autogen.sh
@@ -95,6 +95,10 @@ do
 	#echo "Creating $dr/po/Makevars ..."
         #mv -f $dr/po/Makevars.template $dr/po/Makevars
       fi
+      if grep "^IT_PROG_INTLTOOL" $configure_script >/dev/null; then
+	echo "autogen.sh running: intltoolize ..."
+	echo "no" | intltoolize --force --copy --automake
+      fi
       if grep "^AM_PROG_LIBTOOL" $configure_script >/dev/null; then
 	if test -z "$NO_LIBTOOLIZE" ; then 
 	  echo "autogen.sh running: libtoolize ..."
diff --git a/gschem/autogen.sh b/gschem/autogen.sh
index b06a5b7..25175e0 100755
--- a/gschem/autogen.sh
+++ b/gschem/autogen.sh
@@ -107,6 +107,10 @@ do
 	#echo "Creating $dr/po/Makevars ..."
         #mv -f $dr/po/Makevars.template $dr/po/Makevars
       fi
+      if grep "^IT_PROG_INTLTOOL" $configure_script >/dev/null; then
+	echo "autogen.sh running: intltoolize ..."
+	echo "no" | intltoolize --force --copy --automake
+      fi
       if grep "^AM_PROG_LIBTOOL" $configure_script >/dev/null; then
 	echo "autogen.sh running: libtoolize ..."
 	$LIBTOOLIZE --force --copy
diff --git a/gsymcheck/autogen.sh b/gsymcheck/autogen.sh
index 36c3efe..d94ffc3 100755
--- a/gsymcheck/autogen.sh
+++ b/gsymcheck/autogen.sh
@@ -95,6 +95,10 @@ do
 	#echo "Creating $dr/po/Makevars ..."
         #mv -f $dr/po/Makevars.template $dr/po/Makevars
       fi
+      if grep "^IT_PROG_INTLTOOL" $configure_script >/dev/null; then
+	echo "autogen.sh running: intltoolize ..."
+	echo "no" | intltoolize --force --copy --automake
+      fi
       if grep "^AM_PROG_LIBTOOL" $configure_script >/dev/null; then
 	if test -z "$NO_LIBTOOLIZE" ; then 
 	  echo "autogen.sh running: libtoolize ..."
diff --git a/libgeda/autogen.sh b/libgeda/autogen.sh
index fe4732a..3989a4f 100755
--- a/libgeda/autogen.sh
+++ b/libgeda/autogen.sh
@@ -137,6 +137,10 @@ do
 	#echo "Creating $dr/po/Makevars ..."
         #mv -f $dr/po/Makevars.template $dr/po/Makevars
       fi
+      if grep "^IT_PROG_INTLTOOL" $configure_script >/dev/null; then
+	echo "autogen.sh running: intltoolize ..."
+	echo "no" | intltoolize --force --copy --automake
+      fi
       if grep "^AM_PROG_LIBTOOL" $configure_script >/dev/null; then
 	echo "autogen.sh running: libtoolize ..."
 	$LIBTOOLIZE --force --copy
diff --git a/symbols/autogen.sh b/symbols/autogen.sh
index 36c3efe..d94ffc3 100755
--- a/symbols/autogen.sh
+++ b/symbols/autogen.sh
@@ -95,6 +95,10 @@ do
 	#echo "Creating $dr/po/Makevars ..."
         #mv -f $dr/po/Makevars.template $dr/po/Makevars
       fi
+      if grep "^IT_PROG_INTLTOOL" $configure_script >/dev/null; then
+	echo "autogen.sh running: intltoolize ..."
+	echo "no" | intltoolize --force --copy --automake
+      fi
       if grep "^AM_PROG_LIBTOOL" $configure_script >/dev/null; then
 	if test -z "$NO_LIBTOOLIZE" ; then 
 	  echo "autogen.sh running: libtoolize ..."
diff --git a/utils/autogen.sh b/utils/autogen.sh
index 36c3efe..d94ffc3 100755
--- a/utils/autogen.sh
+++ b/utils/autogen.sh
@@ -95,6 +95,10 @@ do
 	#echo "Creating $dr/po/Makevars ..."
         #mv -f $dr/po/Makevars.template $dr/po/Makevars
       fi
+      if grep "^IT_PROG_INTLTOOL" $configure_script >/dev/null; then
+	echo "autogen.sh running: intltoolize ..."
+	echo "no" | intltoolize --force --copy --automake
+      fi
       if grep "^AM_PROG_LIBTOOL" $configure_script >/dev/null; then
 	if test -z "$NO_LIBTOOLIZE" ; then 
 	  echo "autogen.sh running: libtoolize ..."




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs