Enlightenment CVS committal

Author  : andreas99
Project : e16
Module  : tools

Dir     : e16/tools/e16menuedit2


Modified Files:
        autogen.sh 


Log Message:
autogen test

===================================================================
RCS file: /cvsroot/enlightenment/e16/tools/e16menuedit2/autogen.sh,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- autogen.sh  2 Aug 2004 20:02:30 -0000       1.5
+++ autogen.sh  2 Aug 2004 22:44:31 -0000       1.6
@@ -68,6 +68,31 @@
        ##  echo "**Warning**: No such directory \`$k'.  Ignored."
         fi
       done
+
+      #if grep "^AM_GNOME_GETTEXT" $CONFIGURE >/dev/null; then
+       #echo "Creating $dr/aclocal.m4 ..."
+       #test -r $dr/aclocal.m4 || touch $dr/aclocal.m4
+       #echo "Running gettextize...  Ignore non-fatal messages."
+       #./setup-gettext
+       #echo "Making $dr/aclocal.m4 writable ..."
+       #test -r $dr/aclocal.m4 && chmod u+w $dr/aclocal.m4
+      #fi
+
+      #intltool
+      (grep "^AC_PROG_INTLTOOL" $CONFIGURE >/dev/null) && {
+      (intltoolize --version) < /dev/null > /dev/null 2>&1 || {
+       echo
+       echo "**Error**: You must have \`intltoolize' installed" \
+            "to compile $PKG_NAME."
+       DIE=1
+       }
+      }
+       
+      if grep "^AC_PROG_INTLTOOL" $CONFIGURE >/dev/null; then
+       echo "Running intltoolize..."
+        intltoolize --copy --force --automake
+      fi
+       
       if grep "^AM_GNU_GETTEXT" $CONFIGURE >/dev/null; then
        if grep "sed.*POTFILES" $CONFIGURE >/dev/null; then
          : do nothing -- we still have an old unmodified $CONFIGURE
@@ -80,25 +105,7 @@
          test -r $dr/aclocal.m4 && chmod u+w $dr/aclocal.m4
         fi
       fi
-      if grep "^AM_GNOME_GETTEXT" $CONFIGURE >/dev/null; then
-       echo "Creating $dr/aclocal.m4 ..."
-       test -r $dr/aclocal.m4 || touch $dr/aclocal.m4
-       echo "Running gettextize...  Ignore non-fatal messages."
-       ./setup-gettext
-       echo "Making $dr/aclocal.m4 writable ..."
-       test -r $dr/aclocal.m4 && chmod u+w $dr/aclocal.m4
-      fi
-
-      #intltool
-      (grep "^AC_PROG_INTLTOOL" $CONFIGURE >/dev/null) && {
-      (intltoolize --version) < /dev/null > /dev/null 2>&1 || {
-       echo
-       echo "**Error**: You must have \`intltoolize' installed" \
-            "to compile $PKG_NAME."
-       DIE=1
-       }
-      }
-        
+       
       (grep "^AM_PROG_LIBTOOL" $CONFIGURE >/dev/null) && {
         (libtool --version) < /dev/null > /dev/null 2>&1 || {
           echo
@@ -108,12 +115,6 @@
         }
       }
 
-
-      if grep "^AC_PROG_INTLTOOL" $CONFIGURE >/dev/null; then
-       echo "Running intltoolize..."
-        intltoolize --copy --force --automake
-      fi
-
       if grep "^AM_PROG_LIBTOOL" $CONFIGURE >/dev/null; then
         if test -z "$NO_LIBTOOLIZE" ; then
           echo "Running libtoolize..."




-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to