Changeset 379 for branches


Ignore:
Timestamp:
07/02/2009 18:34:55 (3 years ago)
Author:
blee
Message:

Merge autotools greadlink detection from trunk.

See #45

Location:
branches/confman-1.9
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • branches/confman-1.9

    • Property svn:mergeinfo changed
      /trunkmerged: 378
  • branches/confman-1.9/Makefile.am

    r337 r379  
    5252                -e 's,[@]BASH[@],$(BASH),g' \ 
    5353                -e 's,[@]SUDO[@],$(SUDO),g' \ 
    54                 -e 's,[@]SVN[@],$(SVN),g' 
     54                -e 's,[@]SVN[@],$(SVN),g' \ 
     55                -e 's,[@]GREADLINK[@],$(GREADLINK),g' 
    5556 
    5657confman: confman.in Makefile 
  • branches/confman-1.9/abspath.in

    • Property svn:mergeinfo changed (with no actual effect on merging)
  • branches/confman-1.9/configure.ac

    r337 r379  
    99AC_PATH_PROG([SVN], [svn]) 
    1010AC_PATH_PROG([SUDO], [sudo]) 
     11AC_PATH_PROG([GREADLINK], [greadlink]) 
    1112 
    1213AC_CONFIG_FILES([Makefile]) 
  • branches/confman-1.9/conflock.in

    • Property svn:mergeinfo changed (with no actual effect on merging)
  • branches/confman-1.9/confmancommon.sh.in

    r326 r379  
    7979    stat_cmd="stat -f" 
    8080    stat_opts="mode=%Mp%Lp owner=%Su group=%Sg" 
    81     readlink_cmd="greadlink" 
     81    readlink_cmd="@GREADLINK@" 
    8282    ;; 
    8383    Linux) 
     
    9797    stat_cmd="stat -f" 
    9898    stat_opts="mode=%Mp%Lp owner=%Su group=%Sg" 
    99     readlink_cmd="greadlink" 
     99    readlink_cmd="@GREADLINK@" 
    100100    ;; 
    101101esac 
  • branches/confman-1.9/confmanlib.sh.in

    • Property svn:mergeinfo changed (with no actual effect on merging)
Note: See TracChangeset for help on using the changeset viewer.