Changeset 818045 in git


Ignore:
Timestamp:
Sep 10, 1997, 3:50:44 PM (26 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', '2fa36c576e6a4ddbb1093b43c7f8e9835e17e52a')
Children:
e0c8ea8e4dfb016a3b22b9e59650a55c8d937eae
Parents:
e4dda1834ffae525b4f3d1fd395264cf974d924b
Message:
	* configure.in (expl_datadir): initialization fixed.  If
	  $expl_datadir is relative we prepend the current working
	  directory now.


git-svn-id: file:///usr/local/Singular/svn/trunk@690 2c84dea3-7e68-4137-9b89-c4e89433aadc
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:22 schmidt Exp $
     1dnl $Id: configure.in,v 1.8 1997-09-10 13:50:44 schmidt Exp $
    22
    33dnl
     
    1212# - initialisation.
    1313#
    14 AC_REVISION($Id: configure.in,v 1.7 1997-08-01 09:10:22 schmidt Exp $)
     14AC_REVISION($Id: configure.in,v 1.8 1997-09-10 13:50:44 schmidt Exp $)
    1515AC_INIT(canonicalform.cc)
    1616AC_CONFIG_HEADER(config.h)
     
    230230expl_datadir=`eval echo "$datadir"`
    231231prefix="$save_prefix"
     232# get absolute path of expl_datadir
     233if echo "$expl_datadir" | grep -v '^/' > /dev/null 2> /dev/null; then
     234  expl_datadir="`pwd`/$expl_datadir"
     235fi
    232236
    233237if test "x$with_Singular" = xyes; then
Note: See TracChangeset for help on using the changeset viewer.