Changeset - f852203444ee
[Not reviewed]
default
0 2 0
Nathan Brink (binki) - 16 years ago 2009-10-03 10:24:46
ohnobinki@ohnopublishing.net
removed AM_PATH_XML2 macro, use pkg-config exclusively
2 files changed with 2 insertions and 3 deletions:
0 comments (0 inline, 0 general)
configure.ac
Show inline comments
 
@@ -25,7 +25,6 @@ AC_PROG_LIBTOOL
 

	
 
AM_INIT_AUTOMAKE
 
AM_PROG_CC_C_O
 
AM_PATH_XML2(2.6.26)
 

	
 
#basic low-level checks (suggested by autoscan)
 
AC_CHECK_FUNCS([dup2])
src/client/Makefile.am
Show inline comments
 
@@ -13,8 +13,8 @@ lib_LTLIBRARIES = libdistren.la
 

	
 
libdistren_la_SOURCES = distren.h libdistren.h libdistren.c libdistren_job.c libdistren_unbias.c libdistren_config.c
 
#evidently the following should not be LDADD, but LDFLAGS because automake doesn't like the idea of LDADD for libraries for some reason... or I am very confused
 
libdistren_la_LIBADD = @DISTLIBS_LIBS@ @top_builddir@/src/common/libdistrencommon.la @XML_LIBS@
 
libdistren_la_CFLAGS = @DISTLIBS_CFLAGS@ -I@top_srcdir@/src/common @XML_CPPFLAGS@
 
libdistren_la_LIBADD = @DISTLIBS_LIBS@ @top_builddir@/src/common/libdistrencommon.la
 
libdistren_la_CFLAGS = @DISTLIBS_CFLAGS@ -I@top_srcdir@/src/common
 

	
 
#see http://sources.redhat.com/autobook/autobook/autobook_91.html
 
# either increase the revision number or the interface number each release!
0 comments (0 inline, 0 general)