Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hutchinson <mhutchinson@novell.com>2008-01-17 03:26:30 +0300
committerMichael Hutchinson <mhutchinson@novell.com>2008-01-17 03:26:30 +0300
commit2515d53aa02f5ae38ad19baae70328dc8f8d2dbf (patch)
tree13fe523e5557022137e152e240b1613738e5d5f3 /main/autogen.sh
parentcddd24f9c618e93621805542ee171e8479f1ff48 (diff)
* main/configure.in: Updated. Remove intltool calls, check for msgfmt.
* main/monodevelop.in: Tidied. * main/Makefile.include: Refactor code that sets vars when lanching MD, and apply to mdtool too. * main/mdtool.in: Set process name on mdtool. * main/Makefile.am: Refactor code that sets vars when lanching MD. * main/autogen.sh: Remove intltoolizing. * main/po/POTFILES.in, main/po/POTFILES.skip, main/po/po.mdp: No longer needed. * main/po/po.mdse: Updated. * main/po/Makefile.am: New build for i18n files. svn path=/trunk/monodevelop/; revision=93123
Diffstat (limited to 'main/autogen.sh')
-rwxr-xr-xmain/autogen.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/main/autogen.sh b/main/autogen.sh
index 76559b9391..4aa333342e 100755
--- a/main/autogen.sh
+++ b/main/autogen.sh
@@ -26,12 +26,6 @@ test -z "$srcdir" && srcdir=.
NO_AUTOMAKE=yes
}
-(intltoolize --version) < /dev/null > /dev/null 2>&1 || {
- echo
- echo "**Error**: You must have \`intltoolize' installed to compile MonoDevelop."
- DIE=1
-}
-
# if no automake, don't bother testing for aclocal
test -n "$NO_AUTOMAKE" || (aclocal --version) < /dev/null > /dev/null 2>&1 || {
echo
@@ -55,14 +49,6 @@ xlc )
am_opt=--include-deps;;
esac
-echo "Running glib-gettextize ..."
-glib-gettextize --force --copy ||
- { echo "**Error**: glib-gettextize failed."; exit 1; }
-
-echo "Running intltoolize ..."
-intltoolize --force --copy --automake ||
- { echo "**Error**: intltoolize failed."; exit 1; }
-
echo "Running aclocal $ACLOCAL_FLAGS ..."
aclocal $ACLOCAL_FLAGS || {
echo