Revision: 10422 http://pure-data.svn.sourceforge.net/pure-data/?rev=10422&view=rev Author: mukau Date: 2008-12-04 14:31:00 +0000 (Thu, 04 Dec 2008)
Log Message: ----------- + fixed missing variable in gfsm.pc.in
Modified Paths: -------------- trunk/externals/moocow/gfsm/gfsm/config/Makefile.in trunk/externals/moocow/gfsm/gfsm/configure trunk/externals/moocow/gfsm/gfsm/configure.ac trunk/externals/moocow/gfsm/gfsm/gfsm.pc.in trunk/externals/moocow/gfsm/gfsm/src/Makefile.in trunk/externals/moocow/gfsm/gfsm/src/libgfsm/Makefile.in
Modified: trunk/externals/moocow/gfsm/gfsm/config/Makefile.in =================================================================== --- trunk/externals/moocow/gfsm/gfsm/config/Makefile.in 2008-12-04 14:23:42 UTC (rev 10421) +++ trunk/externals/moocow/gfsm/gfsm/config/Makefile.in 2008-12-04 14:31:00 UTC (rev 10422) @@ -240,9 +240,9 @@ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu config/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign config/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu config/Makefile + $(AUTOMAKE) --foreign config/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \
Modified: trunk/externals/moocow/gfsm/gfsm/configure =================================================================== --- trunk/externals/moocow/gfsm/gfsm/configure 2008-12-04 14:23:42 UTC (rev 10421) +++ trunk/externals/moocow/gfsm/gfsm/configure 2008-12-04 14:31:00 UTC (rev 10422) @@ -24605,6 +24605,7 @@ HAVE_POD2HTML_FALSE= fi
+ ## /Documentation ##^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Modified: trunk/externals/moocow/gfsm/gfsm/configure.ac =================================================================== --- trunk/externals/moocow/gfsm/gfsm/configure.ac 2008-12-04 14:23:42 UTC (rev 10421) +++ trunk/externals/moocow/gfsm/gfsm/configure.ac 2008-12-04 14:31:00 UTC (rev 10422) @@ -444,6 +444,7 @@
AM_CONDITIONAL(HAVE_POD2TEXT, [test -n "$POD2TEXT" -a "$POD2TEXT" != "no"]) AM_CONDITIONAL(HAVE_POD2HTML, [test -n "$POD2HTML" -a "$POD2HTML" != "no"]) + ## /Documentation ##^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Modified: trunk/externals/moocow/gfsm/gfsm/gfsm.pc.in =================================================================== --- trunk/externals/moocow/gfsm/gfsm/gfsm.pc.in 2008-12-04 14:23:42 UTC (rev 10421) +++ trunk/externals/moocow/gfsm/gfsm/gfsm.pc.in 2008-12-04 14:31:00 UTC (rev 10422) @@ -10,8 +10,8 @@
PACKAGE=@PACKAGE@ datadir=@datadir@ -docdir=@docdir@ -pkgdocdir=@pkgdocdir@ +#docdir=@docdir@ +#pkgdocdir=@pkgdocdir@
build_options=@CONFIG_OPTIONS@ cflags=@CFLAGS@ @gfsm_CFLAGS@
Modified: trunk/externals/moocow/gfsm/gfsm/src/Makefile.in =================================================================== --- trunk/externals/moocow/gfsm/gfsm/src/Makefile.in 2008-12-04 14:23:42 UTC (rev 10421) +++ trunk/externals/moocow/gfsm/gfsm/src/Makefile.in 2008-12-04 14:31:00 UTC (rev 10422) @@ -264,9 +264,9 @@ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu src/Makefile + $(AUTOMAKE) --foreign src/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \
Modified: trunk/externals/moocow/gfsm/gfsm/src/libgfsm/Makefile.in =================================================================== --- trunk/externals/moocow/gfsm/gfsm/src/libgfsm/Makefile.in 2008-12-04 14:23:42 UTC (rev 10421) +++ trunk/externals/moocow/gfsm/gfsm/src/libgfsm/Makefile.in 2008-12-04 14:31:00 UTC (rev 10422) @@ -435,9 +435,9 @@ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/libgfsm/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/libgfsm/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu src/libgfsm/Makefile + $(AUTOMAKE) --foreign src/libgfsm/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.