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/monodevelop.in
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/monodevelop.in')
-rwxr-xr-xmain/monodevelop.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/monodevelop.in b/main/monodevelop.in
index 801003fc0b..c15f1f3446 100755
--- a/main/monodevelop.in
+++ b/main/monodevelop.in
@@ -60,7 +60,7 @@ else
export LD_LIBRARY_PATH=$MOZILLA_HOME
fi
-### SYNCH BLOCK: any changes to this block should be kept in sync with the one in Makefile.am
+### SYNCH BLOCK: any changes to this block should be kept in sync with the one in Makefile.include and mdtool.in
MD_PKG_CONFIG_PATH=@gtksharp_prefix@/lib/pkgconfig/:/usr/lib/pkgconfig/:/usr/local/lib/pkgconfig/:/usr/share/pkgconfig/:/usr/local/share/pkgconfig/
if test -d /usr/lib64; then MD_PKG_CONFIG_PATH=$MD_PKG_CONFIG_PATH:/usr/lib64/pkgconfig/:/usr/local/lib64/pkgconfig/; fi
### END BLOCK