Changeset 7649f8a in git
- Timestamp:
- Jan 9, 2013, 6:10:18 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- c2ff4132e497bb884e85e7bcb9974f183308e2bb
- Parents:
- 7aff6277f913728c83950e3117816735498d245f
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-01-09 18:10:18+01:00
- git-committer:
- Oleksandr Motsak <http://goo.gl/mcpzY>2013-01-09 18:13:16+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libsingular-config.in
r7aff627 r7649f8a 1 1 #! /bin/bash 2 2 3 #C="$0"4 #C=`readlink -f "$C"`5 #C=`dirname "$C"`6 #C=`ls -d1 "$C"`3 C="$0" 4 C=`readlink -f "$C"` 5 C=`dirname "$C"` 6 C=`ls -d1 "$C"` 7 7 8 8 # NOTE: if you moved this config please either use the above or 9 9 # make sure the following variables are up to date 10 prefix=@prefix@ 10 prefix="$C/../" 11 #prefix=@prefix@ 11 12 exec_prefix=@exec_prefix@ 12 13 includedir=@includedir@
Note: See TracChangeset
for help on using the changeset viewer.