Changeset 3940139 in git


Ignore:
Timestamp:
Sep 4, 2012, 8:23:31 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'fc741b6502fd8a97288eaa3eba6e5220f3c3df87')
Children:
fa0fc66f09934f54d52fa59b31ab2aadd3c428b1
Parents:
b40eaa0881515843b6ff2e695c60124d72f052aa
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-09-04 20:23:31+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-09-07 19:51:24+02:00
Message:
lib*-config shell scripts should rely on the configured prefix

add: added a note about what to do if one placed the tree not at the prefix
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libpolys/libpolys-config.in

    rb40eaa0 r3940139  
    11#! /bin/bash
    22
    3 prefix=@prefix@
     3#C="$0"
     4#C=`readlink -f "$C"`
     5#C=`dirname "$C"`
     6#C=`ls -d1 "$C"`
     7
     8# NOTE: if you moved this config please either use the above or
     9# make sure the following variables are up to date
     10prefix=@prefix@
    411exec_prefix=@exec_prefix@
    512includedir=@includedir@
  • libsingular-config.in

    rb40eaa0 r3940139  
    11#! /bin/bash
    22
    3 prefix=@prefix@
     3#C="$0"
     4#C=`readlink -f "$C"`
     5#C=`dirname "$C"`
     6#C=`ls -d1 "$C"`
     7
     8# NOTE: if you moved this config please either use the above or
     9# make sure the following variables are up to date
     10prefix=@prefix@
    411exec_prefix=@exec_prefix@
    512includedir=@includedir@
Note: See TracChangeset for help on using the changeset viewer.