Enlightenment CVS committal Author : andreas99 Project : e16 Module : tools
Dir : e16/tools/e16menuedit2 Modified Files: autogen.sh configure.in Log Message: libtool and xmli18ntoolize dependency removed Turkish translation added =================================================================== RCS file: /cvsroot/enlightenment/e16/tools/e16menuedit2/autogen.sh,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- autogen.sh 4 Aug 2004 23:03:49 -0000 1.9 +++ autogen.sh 8 Aug 2004 16:27:46 -0000 1.10 @@ -7,13 +7,13 @@ DIE=0 -if [ -n "$GNOME2_DIR" ]; then - ACLOCAL_FLAGS="-I $GNOME2_DIR/share/aclocal $ACLOCAL_FLAGS" - LD_LIBRARY_PATH="$GNOME2_DIR/lib:$LD_LIBRARY_PATH" - PATH="$GNOME2_DIR/bin:$PATH" - export PATH - export LD_LIBRARY_PATH -fi +#if [ -n "$GNOME2_DIR" ]; then +# ACLOCAL_FLAGS="-I $GNOME2_DIR/share/aclocal $ACLOCAL_FLAGS" +# LD_LIBRARY_PATH="$GNOME2_DIR/lib:$LD_LIBRARY_PATH" +# PATH="$GNOME2_DIR/bin:$PATH" +# export PATH +# export LD_LIBRARY_PATH +#fi (test -f $srcdir/$CONFIGURE) || { echo -n "**Error**: Directory "\`$srcdir\'" does not look like the" @@ -39,24 +39,15 @@ } } -(grep "^AM_PROG_XML_I18N_TOOLS" $srcdir/$CONFIGURE >/dev/null) && { - (xml-i18n-toolize --version) < /dev/null > /dev/null 2>&1 || { - echo - echo "**Error**: You must have \`xml-i18n-toolize' installed." - echo "You can get it from:" - echo " ftp://ftp.gnome.org/pub/GNOME/" - DIE=1 - } -} - -(grep "^AM_PROG_LIBTOOL" $srcdir/$CONFIGURE >/dev/null) && { - (libtool --version) < /dev/null > /dev/null 2>&1 || { - echo - echo "**Error**: You must have \`libtool' installed." - echo "You can get it from: ftp://ftp.gnu.org/pub/gnu/" - DIE=1 - } -} +#(grep "^AM_PROG_XML_I18N_TOOLS" $srcdir/$CONFIGURE >/dev/null) && { +# (xml-i18n-toolize --version) < /dev/null > /dev/null 2>&1 || { +# echo +# echo "**Error**: You must have \`xml-i18n-toolize' installed." +# echo "You can get it from:" +# echo " ftp://ftp.gnome.org/pub/GNOME/" +# DIE=1 +# } +#} (grep "^AM_GLIB_GNU_GETTEXT" $srcdir/$CONFIGURE >/dev/null) && { (grep "sed.*POTFILES" $srcdir/$CONFIGURE) > /dev/null || \ @@ -125,16 +116,10 @@ echo "Running intltoolize..." intltoolize --copy --force --automake fi - if grep "^AM_PROG_XML_I18N_TOOLS" $CONFIGURE >/dev/null; then - echo "Running xml-i18n-toolize..." - xml-i18n-toolize --copy --force --automake - fi - if grep "^AM_PROG_LIBTOOL" $CONFIGURE >/dev/null; then - if test -z "$NO_LIBTOOLIZE" ; then - echo "Running libtoolize..." - libtoolize --force --copy - fi - fi + # if grep "^AM_PROG_XML_I18N_TOOLS" $CONFIGURE >/dev/null; then + # echo "Running xml-i18n-toolize..." +# xml-i18n-toolize --copy --force --automake +# fi echo "Running aclocal $aclocalinclude ..." aclocal $aclocalinclude if grep "^AM_CONFIG_HEADER" $CONFIGURE >/dev/null; then =================================================================== RCS file: /cvsroot/enlightenment/e16/tools/e16menuedit2/configure.in,v retrieving revision 1.14 retrieving revision 1.15 diff -u -3 -r1.14 -r1.15 --- configure.in 8 Aug 2004 09:12:29 -0000 1.14 +++ configure.in 8 Aug 2004 16:27:46 -0000 1.15 @@ -22,7 +22,7 @@ AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext package.]) dnl Add the languages which your application supports here. -ALL_LINGUAS="de en ko" +ALL_LINGUAS="de en ko tr" AM_GLIB_GNU_GETTEXT dnl Set PACKAGE_LOCALE_DIR in config.h. ------------------------------------------------------- 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