Changeset 325 for trunk/Makefile.am


Ignore:
Timestamp:
05/06/2009 13:11:36 (3 years ago)
Author:
ccowart
Message:

Using autotools to fill in paths for bash, svn, and sudo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.am

    r323 r325  
    4747                -e 's,[@]sbindir[@],$(sbindir),g' \ 
    4848                -e 's,[@]sysconfdir[@],$(sysconfdir),g' \ 
    49                 -e 's,[@]sysconfdefaultsdir[@],$(sysconfdefaultsdir),g' 
     49                -e 's,[@]sysconfdefaultsdir[@],$(sysconfdefaultsdir),g' \ 
     50                -e 's,[@]BASH[@],$(BASH),g' \ 
     51                -e 's,[@]SUDO[@],$(SUDO),g' \ 
     52                -e 's,[@]SVN[@],$(SVN),g' 
    5053 
    5154confman: confman.in Makefile 
     
    6164        chmod +x confexport 
    6265 
     66conflock: conflock.in Makefile 
     67        $(do_subst) < conflock.in > conflock 
     68        chmod +x conflock 
     69 
    6370confsync: confsync.in Makefile 
    6471        $(do_subst) < confsync.in > confsync 
     
    6875        $(do_subst) < confaudit.in > confaudit 
    6976        chmod +x confaudit 
     77 
     78abspath: abspath.in Makefile 
     79        $(do_subst) < abspath.in > abspath 
     80        chmod +x abspath 
     81 
     82confmanlib.sh: confmanlib.sh.in Makefile 
     83        $(do_subst) < confmanlib.sh.in > confmanlib.sh 
    7084 
    7185confmancommon.sh: confmancommon.sh.in Makefile 
Note: See TracChangeset for help on using the changeset viewer.