You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mt...@apache.org on 2006/10/13 13:19:24 UTC

svn commit: r463650 - /tomcat/connectors/trunk/jni/native/config.layout

Author: mturk
Date: Fri Oct 13 04:19:24 2006
New Revision: 463650

URL: http://svn.apache.org/viewvc?view=rev&rev=463650
Log:
Added generic config layout.

Modified:
    tomcat/connectors/trunk/jni/native/config.layout

Modified: tomcat/connectors/trunk/jni/native/config.layout
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jni/native/config.layout?view=diff&rev=463650&r1=463649&r2=463650
==============================================================================
--- tomcat/connectors/trunk/jni/native/config.layout (original)
+++ tomcat/connectors/trunk/jni/native/config.layout Fri Oct 13 04:19:24 2006
@@ -9,6 +9,22 @@
 ##    (This may become a configurable parameter at some point.)
 ##
 
+#   Generic path layout that needs --prefix=/some/path
+<Layout generic>
+    exec_prefix:   ${prefix}
+    bindir:        ${exec_prefix}/bin
+    sbindir:       ${exec_prefix}/bin
+    libdir:        ${exec_prefix}/lib
+    libexecdir:    ${exec_prefix}/modules
+    mandir:        ${prefix}/man
+    sysconfdir:    ${prefix}/conf
+    datadir:       ${prefix}
+    installbuilddir: ${datadir}/build
+    includedir:    ${prefix}/include/apr-${TCNATIVE_MAJOR_VERSION}
+    localstatedir: ${prefix}
+    libsuffix:     -${TCNATIVE_MAJOR_VERSION}
+</Layout>
+
 #   Classical Tomcat Native path layout designed for parallel installs.
 <Layout tcnative>
     prefix:        /usr/local/apr



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org