From dde314a44064dd8ddc63375078dacbaebbdd9a3f Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Sat, 26 Jun 2010 00:29:30 +0000 Subject: Minor build script fixes. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958158 13f79535-47bb-0310-9956-ffa450edef68 --- sca-cpp/trunk/Makefile.am | 2 +- sca-cpp/trunk/configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sca-cpp/trunk/Makefile.am b/sca-cpp/trunk/Makefile.am index 75e5e7e1ac..62cdb9bdc5 100644 --- a/sca-cpp/trunk/Makefile.am +++ b/sca-cpp/trunk/Makefile.am @@ -20,7 +20,7 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = etc kernel modules components samples doc ubuntu datadir=$(prefix) -dist_data_DATA = README LICENSE COPYING NOTICE +dist_data_DATA = AUTHORS README LICENSE COPYING NOTICE nobase_dist_data_DATA = xsd/*.xsd xsd/external/*.xsd xsd/external/*.dtd EXTRA_DIST = INSTALL bootstrap diff --git a/sca-cpp/trunk/configure.ac b/sca-cpp/trunk/configure.ac index da5b308dc6..7de0765dd0 100644 --- a/sca-cpp/trunk/configure.ac +++ b/sca-cpp/trunk/configure.ac @@ -252,7 +252,7 @@ AC_CHECK_LIB([mozjs], [JS_NewContext], [], [AC_MSG_ERROR([couldn't find a suitab # Configure path to Apache APR and HTTPD includes and libs. AC_MSG_CHECKING([for apr]) -AC_ARG_WITH([apr], [AC_HELP_STRING([--with-apr=PATH], [path to installed Apache APR [default=/usr/apache2]])], [ +AC_ARG_WITH([apr], [AC_HELP_STRING([--with-apr=PATH], [path to installed Apache APR [default=/usr]])], [ APR_INCLUDE="${withval}/include" APR_LIB="${withval}/lib" AC_MSG_RESULT("${withval}") -- cgit v1.2.3