Changeset 215

Show
Ignore:
Timestamp:
02/27/08 18:24:08 (9 months ago)
Author:
conrad
Message:

substitute BINDIR in apache config, rather than hardcoding /usr/local/bin

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • fastphoto/trunk/Makefile.am

    r161 r215  
    33man_MANS = fastphoto.1 
    44 
    5 EXTRA_DIST = fastphoto.1 get_epeg_cvs.sh debian-postinst.sh apache/fastphoto.conf 
     5EXTRA_DIST = fastphoto.1 get_epeg_cvs.sh debian-postinst.sh apache/fastphoto.conf.in 
  • fastphoto/trunk/configure.ac

    r154 r215  
    196196AC_SUBST(SHARED_VERSION_INFO) 
    197197 
    198 AC_OUTPUT([ 
    199 Makefile 
    200 src/Makefile 
    201 ]) 
    202  
    203198#AS_AC_EXPAND(LIBDIR, ${libdir}) 
    204199#AS_AC_EXPAND(INCLUDEDIR, ${includedir}) 
     
    206201AS_AC_EXPAND(DOCDIR, ${datadir}/doc) 
    207202 
     203AC_SUBST(BINDIR) 
     204 
     205AC_OUTPUT([ 
     206Makefile 
     207src/Makefile 
     208apache/fastphoto.conf 
     209]) 
     210 
    208211AC_MSG_RESULT([ 
    209212------------------------------------------------------------------------