Changeset 6dffa9 in git for libpolys/libpolys-config.in


Ignore:
Timestamp:
Sep 7, 2012, 8:09:08 PM (12 years ago)
Author:
Oleksandr Motsak <malex984@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
8357e215b04863da2f7f9897d29475d589e7c2f89952bd4644408a55960f0436312937dc4ea343e8
Parents:
8181f5de8ac7b3396b44ed1178dee9ca26cb30d63aa7f93d31834027b404915aa08af57549f43bd6
Message:
Merge pull request #181 from alexanderdreyer/spielwiese-countedref-squashed

Extension: adding 'reference' and 'shared' to spielwiese
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/libpolys-config.in

    r3aa7f9 r6dffa9  
    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.