|
From: <br...@us...> - 2008-10-23 06:12:19
|
Revision: 3744
http://openvrml.svn.sourceforge.net/openvrml/?rev=3744&view=rev
Author: braden
Date: 2008-10-23 06:12:01 +0000 (Thu, 23 Oct 2008)
Log Message:
-----------
Require Automake 1.10.1.
Modified Paths:
--------------
trunk/ChangeLog
trunk/configure.ac
trunk/src/Makefile.am
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2008-10-23 06:09:07 UTC (rev 3743)
+++ trunk/ChangeLog 2008-10-23 06:12:01 UTC (rev 3744)
@@ -1,3 +1,11 @@
+2008-10-23 Braden McDaniel <br...@en...>
+
+ Require Automake 1.10.1.
+
+ * configure.ac: Require Automake 1.10.1.
+ * src/Makefile.am: Removed hack to make distcheck work with
+ Automake 1.10.
+
2008-10-16 Braden McDaniel <br...@en...>
Moved floating point comparison functions from private.h to
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2008-10-23 06:09:07 UTC (rev 3743)
+++ trunk/configure.ac 2008-10-23 06:12:01 UTC (rev 3744)
@@ -24,7 +24,7 @@
[openvrml.pc])
AC_CANONICAL_TARGET
-AM_INIT_AUTOMAKE([1.9 foreign subdir-objects check-news tar-pax])
+AM_INIT_AUTOMAKE([1.10.1 foreign subdir-objects check-news tar-pax])
AM_CONFIG_HEADER([config.h])
#
Modified: trunk/src/Makefile.am
===================================================================
--- trunk/src/Makefile.am 2008-10-23 06:09:07 UTC (rev 3743)
+++ trunk/src/Makefile.am 2008-10-23 06:12:01 UTC (rev 3744)
@@ -756,12 +756,7 @@
libopenvrml-gl/openvrml-gl-config.h.in \
openvrml-xembed/org.openvrml.BrowserControl.service.in
-#
-# Automake 1.10 seems to need this for distcheck to work.
-#
-CLEANFILES = \
- $(BUILT_SOURCES) \
- openvrml-xembed/.libs/openvrml-xembed
+CLEANFILES = $(BUILT_SOURCES)
DISTCLEANFILES = \
libopenvrml/openvrml-config.h \
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|