gegl r2122 - trunk
- From: tml svn gnome org
- To: svn-commits-list gnome org
- Subject: gegl r2122 - trunk
- Date: Tue, 26 Feb 2008 15:24:08 +0000 (GMT)
Author: tml
Date: Tue Feb 26 15:24:07 2008
New Revision: 2122
URL: http://svn.gnome.org/viewvc/gegl?rev=2122&view=rev
Log:
2008-02-26 Tor Lillqvist <tml novell com>
* confiure.ac: Use gegl.h.in in AC_CONFIG_SRCDIR().
* autogen.sh: Use gegl.h.in here, too.
Modified:
trunk/ChangeLog
trunk/autogen.sh
trunk/configure.ac
Modified: trunk/autogen.sh
==============================================================================
--- trunk/autogen.sh (original)
+++ trunk/autogen.sh Tue Feb 26 15:24:07 2008
@@ -248,7 +248,7 @@
(cd operations/generated;./other-blend.rb)
(cd operations/generated;./math.rb)
(cd operations/workshop/generated;./blend.rb)
-(cd docs/;../tools/create-reference.rb ../gegl/gegl.h api.html)
+(cd docs/;../tools/create-reference.rb ../gegl/gegl.h.in api.html)
echo
echo "I am going to run ./configure with the following arguments:"
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Tue Feb 26 15:24:07 2008
@@ -52,7 +52,7 @@
m4_define([graphviz_required_version], [0.0.0])
AC_INIT(gegl, gegl_major_version.gegl_minor_version.gegl_micro_version)
-AC_CONFIG_SRCDIR([gegl/gegl.h])
+AC_CONFIG_SRCDIR([gegl/gegl.h.in])
dnl ==========================================================================
dnl Versioning
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]