From 987b80c80b0403d96937f6ceb5c016d371a3142a Mon Sep 17 00:00:00 2001 From: Bryan Jurish Date: Thu, 4 Dec 2008 14:31:00 +0000 Subject: + fixed missing variable in gfsm.pc.in svn path=/trunk/externals/moocow/; revision=10422 --- gfsm/gfsm/config/Makefile.in | 4 ++-- gfsm/gfsm/configure | 1 + gfsm/gfsm/configure.ac | 1 + gfsm/gfsm/gfsm.pc.in | 4 ++-- gfsm/gfsm/src/Makefile.in | 4 ++-- gfsm/gfsm/src/libgfsm/Makefile.in | 4 ++-- 6 files changed, 10 insertions(+), 8 deletions(-) diff --git a/gfsm/gfsm/config/Makefile.in b/gfsm/gfsm/config/Makefile.in index 03ab170..125449c 100644 --- a/gfsm/gfsm/config/Makefile.in +++ b/gfsm/gfsm/config/Makefile.in @@ -240,9 +240,9 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 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 \ diff --git a/gfsm/gfsm/configure b/gfsm/gfsm/configure index dab763b..3da824d 100755 --- a/gfsm/gfsm/configure +++ b/gfsm/gfsm/configure @@ -24605,6 +24605,7 @@ else HAVE_POD2HTML_FALSE= fi + ## /Documentation ##^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/gfsm/gfsm/configure.ac b/gfsm/gfsm/configure.ac index 70400c3..084fc87 100644 --- a/gfsm/gfsm/configure.ac +++ b/gfsm/gfsm/configure.ac @@ -444,6 +444,7 @@ AC_SUBST(OPTGEN_PERL) AM_CONDITIONAL(HAVE_POD2TEXT, [test -n "$POD2TEXT" -a "$POD2TEXT" != "no"]) AM_CONDITIONAL(HAVE_POD2HTML, [test -n "$POD2HTML" -a "$POD2HTML" != "no"]) + ## /Documentation ##^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/gfsm/gfsm/gfsm.pc.in b/gfsm/gfsm/gfsm.pc.in index 693f90e..3123170 100644 --- a/gfsm/gfsm/gfsm.pc.in +++ b/gfsm/gfsm/gfsm.pc.in @@ -10,8 +10,8 @@ libdir=@libdir@ PACKAGE=@PACKAGE@ datadir=@datadir@ -docdir=@docdir@ -pkgdocdir=@pkgdocdir@ +#docdir=@docdir@ +#pkgdocdir=@pkgdocdir@ build_options=@CONFIG_OPTIONS@ cflags=@CFLAGS@ @gfsm_CFLAGS@ diff --git a/gfsm/gfsm/src/Makefile.in b/gfsm/gfsm/src/Makefile.in index 912c0c7..6e55fa6 100644 --- a/gfsm/gfsm/src/Makefile.in +++ b/gfsm/gfsm/src/Makefile.in @@ -264,9 +264,9 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 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 \ diff --git a/gfsm/gfsm/src/libgfsm/Makefile.in b/gfsm/gfsm/src/libgfsm/Makefile.in index bac3904..6f08534 100644 --- a/gfsm/gfsm/src/libgfsm/Makefile.in +++ b/gfsm/gfsm/src/libgfsm/Makefile.in @@ -435,9 +435,9 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 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 \ -- cgit v1.2.1