From: <eg...@us...> - 2007-09-20 20:24:51
|
Revision: 741 http://opengate.svn.sourceforge.net/opengate/?rev=741&view=rev Author: egore Date: 2007-09-20 13:24:53 -0700 (Thu, 20 Sep 2007) Log Message: ----------- autogenerated stuff Modified Paths: -------------- branches/ogsector/aclocal.m4 branches/ogsector/src/Makefile.in Modified: branches/ogsector/aclocal.m4 =================================================================== --- branches/ogsector/aclocal.m4 2007-09-20 19:32:22 UTC (rev 740) +++ branches/ogsector/aclocal.m4 2007-09-20 20:24:53 UTC (rev 741) @@ -159,7 +159,7 @@ _PKG_TEXT -To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.])], +To get pkg-config, see <http://pkg-config.freedesktop.org/>.])], [$4]) else $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS Modified: branches/ogsector/src/Makefile.in =================================================================== --- branches/ogsector/src/Makefile.in 2007-09-20 19:32:22 UTC (rev 740) +++ branches/ogsector/src/Makefile.in 2007-09-20 20:24:53 UTC (rev 741) @@ -312,9 +312,9 @@ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --foreign src/Makefile + $(AUTOMAKE) --gnu src/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. |