Changeset 907274 in git for Singular/configure.in


Ignore:
Timestamp:
Apr 1, 1999, 10:37:02 AM (25 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
69a9545fbd087159a4c37f2ece16874e05f78de2
Parents:
5f89ebcfc3931375fa6e2ad6e495331a4064a4e3
Message:
* added -DSING_UNAME flag to DEFS of compilation
  where SING_UNAME=`echo $SINGUNAME | tr '-' '_'
  i.e., now ix86_Linux is defiend as preprocessor symbol, if SINGUNAME
  == ix86-Linux, and so on


git-svn-id: file:///usr/local/Singular/svn/trunk@2975 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/configure.in

    r5f89eb r907274  
    2929SINGUNAME=$ac_cv_singuname
    3030AC_SUBST(SINGUNAME)
     31
     32SING_UNAME=`echo $SINGUNAME | tr '-' '_' `
     33AC_SUBST(SING_UNAME)
    3134
    3235# stupid Win programs do not like dots in their pathnames
Note: See TracChangeset for help on using the changeset viewer.