You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by th...@apache.org on 2003/01/07 22:06:51 UTC

cvs commit: apr config.layout

thommay     2003/01/07 13:06:50

  Modified:    .        config.layout
  Log:
  Apply fix to add library versioning to the debian layout.
  
  Revision  Changes    Path
  1.4       +2 -1      apr/config.layout
  
  Index: config.layout
  ===================================================================
  RCS file: /home/cvs/apr/config.layout,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- config.layout	22 Aug 2002 20:34:16 -0000	1.3
  +++ config.layout	7 Jan 2003 21:06:50 -0000	1.4
  @@ -223,8 +223,9 @@
       libexecdir:    ${exec_prefix}/lib/apr/modules
       mandir:        ${exec_prefix}/share/man
       datadir:       ${exec_prefix}/share/apr
  -    includedir:    ${exec_prefix}/include/apr
  +    includedir:    ${exec_prefix}/include/apr-${APR_MAJOR_VERSION}
       localstatedir: ${prefix}/var/run
       runtimedir:    ${prefix}/var/run
       infodir:       ${exec_prefix}/share/info
  +    libsuffix:    -${APR_MAJOR_VERSION}
   </Layout>