Enlightenment CVS committal
Author : xcomputerman
Project : e17
Module : libs/edje
Dir : e17/libs/edje
Modified Files:
Makefile.am configure.in
Log Message:
Giving a vim syntax file its own module directory is just ridiculous.
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- Makefile.am 1 Mar 2004 23:15:32 -0000 1.6
+++ Makefile.am 6 Mar 2004 15:17:35 -0000 1.7
@@ -15,6 +15,10 @@
cp -pR $$d $(DESTDIR)$(pkgdatadir)/data; \
done \
fi
+ if test "x${vimdir}" != "x"; then \
+ $(mkinstalldirs) $(vimdir)/syntax; \
+ cp -p $(srcdir)/data/edc.vim $(vimdir)/syntax/; \
+ fi
dist-hook:
./gendoc; \
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/configure.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- configure.in 17 Feb 2004 07:13:12 -0000 1.6
+++ configure.in 6 Mar 2004 15:17:35 -0000 1.7
@@ -215,6 +215,21 @@
AC_SUBST(ecore_cflags)
AC_SUBST(ecore_libs)
+install_vim="yes";
+if test -d "${prefix}/share/vim"; then
+ vimdir="${prefix}/share/vim"
+elif test -d "/usr/share/vim"; then
+ vimdir="/usr/share/vim"
+elif test -d "/usr/local/share/vim"; then
+ vimdir="/usr/local/share/vim"
+elif test -d "/opt/share/vim"; then
+ vimdir="/opt/share/vim"
+else
+ install_vim="no"
+fi
+
+AC_SUBST(vimdir)
+
AC_OUTPUT([
Makefile
src/Makefile
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs