Changeset 0a59ea in git for misc/configure


Ignore:
Timestamp:
Jun 24, 2010, 3:17:52 PM (14 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
ac554b635ecc4035e40f78f0f57002d594f16ba5
Parents:
b9b41ae9680122445a516f1909392be2f6f1e4f9
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2010-06-24 15:17:52+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:55:19+01:00
Message:
path settings
File:
1 edited

Legend:

Unmodified
Added
Removed
  • misc/configure

    rb9b41a r0a59ea  
    38603860
    38613861
     3862# UNAME and PATH
    38623863ac_cv_singcpuname=`uname -m`
    38633864{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_singcpuname" >&5
     
    39283929fi
    39293930
     3931test "x$prefix" = xNONE && prefix=$ac_default_prefix
     3932if test "${with_rootdir+set}" != set; then
     3933  cat >>confdefs.h <<_ACEOF
     3934#define S_ROOT_DIR "${prefix}"
     3935_ACEOF
     3936
     3937else
     3938  cat >>confdefs.h <<_ACEOF
     3939#define S_ROOT_DIR "${with_rootdir}"
     3940_ACEOF
     3941
     3942fi
    39303943
    39313944ac_config_files="$ac_config_files Makefile"
Note: See TracChangeset for help on using the changeset viewer.