Changeset 818045 in git
- Timestamp:
- Sep 10, 1997, 3:50:44 PM (26 years ago)
- Branches:
- (u'spielwiese', '2fa36c576e6a4ddbb1093b43c7f8e9835e17e52a')
- Children:
- e0c8ea8e4dfb016a3b22b9e59650a55c8d937eae
- Parents:
- e4dda1834ffae525b4f3d1fd395264cf974d924b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/configure.in
re4dda1 r818045 1 dnl $Id: configure.in,v 1. 7 1997-08-01 09:10:22schmidt Exp $1 dnl $Id: configure.in,v 1.8 1997-09-10 13:50:44 schmidt Exp $ 2 2 3 3 dnl … … 12 12 # - initialisation. 13 13 # 14 AC_REVISION($Id: configure.in,v 1. 7 1997-08-01 09:10:22schmidt Exp $)14 AC_REVISION($Id: configure.in,v 1.8 1997-09-10 13:50:44 schmidt Exp $) 15 15 AC_INIT(canonicalform.cc) 16 16 AC_CONFIG_HEADER(config.h) … … 230 230 expl_datadir=`eval echo "$datadir"` 231 231 prefix="$save_prefix" 232 # get absolute path of expl_datadir 233 if echo "$expl_datadir" | grep -v '^/' > /dev/null 2> /dev/null; then 234 expl_datadir="`pwd`/$expl_datadir" 235 fi 232 236 233 237 if test "x$with_Singular" = xyes; then
Note: See TracChangeset
for help on using the changeset viewer.