r16770 - gnucash/trunk - Fix a few automake warnings.

Andreas Köhler andi5 at cvs.gnucash.org
Sun Dec 30 13:34:08 EST 2007


Author: andi5
Date: 2007-12-30 13:34:08 -0500 (Sun, 30 Dec 2007)
New Revision: 16770
Trac: http://svn.gnucash.org/trac/changeset/16770

Modified:
   gnucash/trunk/configure.in
   gnucash/trunk/lib/stf/Makefile.am
   gnucash/trunk/src/import-export/csv/Makefile.am
Log:
Fix a few automake warnings.


Modified: gnucash/trunk/configure.in
===================================================================
--- gnucash/trunk/configure.in	2007-12-30 15:58:03 UTC (rev 16769)
+++ gnucash/trunk/configure.in	2007-12-30 18:34:08 UTC (rev 16770)
@@ -47,6 +47,7 @@
 # Check for gcc and intltool (somehow breaks the suggested content
 # order, doesn't it? Whatever.)
 AC_PROG_CC
+AM_PROG_CC_C_O
 AC_GNU_SOURCE
 AC_PROG_INTLTOOL
 

Modified: gnucash/trunk/lib/stf/Makefile.am
===================================================================
--- gnucash/trunk/lib/stf/Makefile.am	2007-12-30 15:58:03 UTC (rev 16769)
+++ gnucash/trunk/lib/stf/Makefile.am	2007-12-30 18:34:08 UTC (rev 16770)
@@ -6,7 +6,7 @@
 libgnc_stf_la_SOURCES = ${REALSRCS}
 noinst_HEADERS = ${REALHDRS}
 
-libgnc_stf_la_LDFLAGS = $(pkg-config --libs libgoffice-0.3)
+libgnc_stf_la_LIBADD = $(GOFFICE_LIBS)
 
 AM_CFLAGS = $(GOFFICE_CFLAGS)
 

Modified: gnucash/trunk/src/import-export/csv/Makefile.am
===================================================================
--- gnucash/trunk/src/import-export/csv/Makefile.am	2007-12-30 15:58:03 UTC (rev 16769)
+++ gnucash/trunk/src/import-export/csv/Makefile.am	2007-12-30 18:34:08 UTC (rev 16770)
@@ -15,7 +15,7 @@
   gnc-csv-model.h \
   gnc-csv-gnumeric-popup.h
 
-libgncmod_csv_la_LDFLAGS = -avoid-version $(pkg-config --libs libgoffice-0.3)
+libgncmod_csv_la_LDFLAGS = -avoid-version
 
 libgncmod_csv_la_LIBADD = \
   ${top_builddir}/src/import-export/libgncmod-generic-import.la \



More information about the gnucash-changes mailing list