Changeset f4cb99a in git for libpolys/libpolys-config.in


Ignore:
Timestamp:
Mar 12, 2013, 7:05:59 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
4d80e2b63af0be1df1b5f738f801b3803f647097ed29fb4605d820ab1aafd221b2254f3a72ef4c3c
Parents:
0d59f940f7bd554d0901c32cd18bec68448e0782
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-03-12 19:05:59+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-03-13 00:31:03+01:00
Message:
Updating the BS + search pathes for better binary distribution (due to Hans)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/libpolys-config.in

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