Changeset 302 for trunk/confman.conf.in


Ignore:
Timestamp:
01/24/2009 23:49:44 (3 years ago)
Author:
blee
Message:

This is the big commit to use GNU Autotools. However, Makefile.am
could use some serious cleanup.

Also:

  • abspath installed to libexec/confman
  • ABSPATH created as a defaults variable
  • confman_completions renamed to confman_completion
  • confman_completion installed to etc/bash_completion.d so it is automagically recognized by the system bash_completion

See #6

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/confman.conf.in

    r301 r302  
    1010 
    1111# The location of our shell library 
    12 REPO_LIBRARY="${PREFIX}/share/confman/confmanlib.sh" 
     12REPO_LIBRARY="@pkgdatadir@/confmanlib.sh" 
    1313 
    1414# The location of our shell's documentation library 
    15 REPO_DOCS="${PREFIX}/share/confman/confmandoc.sh" 
     15REPO_DOCS="@pkgdatadir@/confmandoc.sh" 
    1616 
    1717# The system lockfile 
     
    1919 
    2020# The script for locking 
    21 LOCK="${PREFIX}/libexec/confman/conflock.sh" 
     21LOCK="@pkglibexecdir@/conflock" 
     22 
     23# The abspath script 
     24ABSPATH="@pkglibexecdir@/abspath" 
    2225 
    2326# The directory from the root of the repository to our checkpoints: 
Note: See TracChangeset for help on using the changeset viewer.