[Monodevelop-patches-list] r2103 - in trunk/MonoDevelop: . Core Core/gdldock/sources/gdl

commit-watcher at mono-cvs.ximian.com commit-watcher at mono-cvs.ximian.com
Sun Jan 2 17:31:41 EST 2005


Author: tberman
Date: 2005-01-02 17:31:41 -0500 (Sun, 02 Jan 2005)
New Revision: 2103

Added:
   trunk/MonoDevelop/Core/Makefile.am
Modified:
   trunk/MonoDevelop/Core/gdldock/sources/gdl/Makefile.am
   trunk/MonoDevelop/configure.in
Log:
missing makefile


Added: trunk/MonoDevelop/Core/Makefile.am
===================================================================
--- trunk/MonoDevelop/Core/Makefile.am	2005-01-02 22:14:22 UTC (rev 2102)
+++ trunk/MonoDevelop/Core/Makefile.am	2005-01-02 22:31:41 UTC (rev 2103)
@@ -0,0 +1 @@
+SUBDIRS= gdldock src data

Modified: trunk/MonoDevelop/Core/gdldock/sources/gdl/Makefile.am
===================================================================
--- trunk/MonoDevelop/Core/gdldock/sources/gdl/Makefile.am	2005-01-02 22:14:22 UTC (rev 2102)
+++ trunk/MonoDevelop/Core/gdldock/sources/gdl/Makefile.am	2005-01-02 22:31:41 UTC (rev 2103)
@@ -72,7 +72,7 @@
 # instead.
 
 all-local:
-	$(LIBTOOL) --mode=install $(INSTALL) libgdldock.la `pwd`/$(top_builddir)/build/bin
+	$(LIBTOOL) --mode=install $(INSTALL) libgdldock.la @abs_top_builddir@/build/bin
 	$(INSTALL_DATA) $(dist_gdldocklib_cruft) $(top_builddir)/build/bin
 
 # enumerations code generation

Modified: trunk/MonoDevelop/configure.in
===================================================================
--- trunk/MonoDevelop/configure.in	2005-01-02 22:14:22 UTC (rev 2102)
+++ trunk/MonoDevelop/configure.in	2005-01-02 22:31:41 UTC (rev 2103)
@@ -1,4 +1,5 @@
 AC_INIT(README)
+AC_PREREQ(2.53)
 AC_CANONICAL_SYSTEM
 AM_INIT_AUTOMAKE(monodevelop, 0.5.1)
 AM_MAINTAINER_MODE




More information about the Monodevelop-patches-list mailing list