Author: jsdelfino
Date: Sat Jun 26 00:29:30 2010
New Revision: 958158

URL: http://svn.apache.org/viewvc?rev=958158&view=rev
Log:
Minor build script fixes.

Modified:
    tuscany/sca-cpp/trunk/Makefile.am
    tuscany/sca-cpp/trunk/configure.ac

Modified: tuscany/sca-cpp/trunk/Makefile.am
URL: 
http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/Makefile.am?rev=958158&r1=958157&r2=958158&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/Makefile.am (original)
+++ tuscany/sca-cpp/trunk/Makefile.am Sat Jun 26 00:29:30 2010
@@ -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
 

Modified: tuscany/sca-cpp/trunk/configure.ac
URL: 
http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/configure.ac?rev=958158&r1=958157&r2=958158&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/configure.ac (original)
+++ tuscany/sca-cpp/trunk/configure.ac Sat Jun 26 00:29:30 2010
@@ -252,7 +252,7 @@ AC_CHECK_LIB([mozjs], [JS_NewContext], [
 
 # 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}")


Reply via email to