[rrd-developers] [PATCH 3 of 7] * Add needed automake / autoconf stuff to be able to use uriparser

Peter Stamfest peter at stamfest.at
Mon Mar 7 20:28:05 CET 2011


# HG changeset patch
# User Peter Stamfest <peter at stamfest.at>
# Date 1299524553 -3600
# Node ID f19fcee1409c615c87f81e2cc223100f96afe3cd
# Parent  c70c412d2399f71640bbb08adaff1037b2a13004
* Add needed automake / autoconf stuff to be able to use uriparser
* Missing: add autoconf tests for possibly installed uriparser

diff --git a/Makefile.am b/Makefile.am
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,7 +5,7 @@
 
 # build the following subdirectories
 
-SUBDIRS = po src examples doc bindings
+SUBDIRS = po src examples doc bindings uriparser/lib
 
  # the following files are not mentioned in any other Makefile
 EXTRA_DIST = COPYRIGHT CHANGES WIN32-BUILD-TIPS.txt TODO CONTRIBUTORS THREADS \
diff --git a/configure.ac b/configure.ac
--- a/configure.ac
+++ b/configure.ac
@@ -937,6 +937,7 @@
 AC_CONFIG_FILES([doc/Makefile])
 AC_CONFIG_FILES([po/Makefile.in]) 
 AC_CONFIG_FILES([src/Makefile])
+AC_CONFIG_FILES([uriparser/lib/Makefile])
 AC_CONFIG_FILES([src/librrd.sym.in])
 AC_CONFIG_FILES([src/librrd.pc])
 AC_CONFIG_FILES([bindings/Makefile])



More information about the rrd-developers mailing list