Changeset 654824 in git for factory/configure.in


Ignore:
Timestamp:
Aug 1, 1997, 11:10:22 AM (27 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
d270b8044278a206e7adfb2572c0ae2e37fbcbfa
Parents:
d894f4d006c9a4e75ad4519b17e84737b0add484
Message:
	* configure.in: checks for compiler characteristic are done with C
	  instead of C++


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

Legend:

Unmodified
Added
Removed
  • factory/configure.in

    rd894f4d r654824  
    1 dnl $Id: configure.in,v 1.6 1997-07-22 09:14:54 schmidt Exp $
     1dnl $Id: configure.in,v 1.7 1997-08-01 09:10:22 schmidt Exp $
    22
    33dnl
     
    1212# - initialisation.
    1313#
    14 AC_REVISION($Id: configure.in,v 1.6 1997-07-22 09:14:54 schmidt Exp $)
     14AC_REVISION($Id: configure.in,v 1.7 1997-08-01 09:10:22 schmidt Exp $)
    1515AC_INIT(canonicalform.cc)
    1616AC_CONFIG_HEADER(config.h)
     
    140140# - check for some other programs.
    141141#
     142AC_PROG_CPP
    142143AC_PROG_CXXCPP
    143144AC_PROG_INSTALL
     
    193194# - check for compiler characteristics.
    194195#
     196
     197# use C to check compiler characteristics instead of C++.  On
     198# nextstep, checking with C++ may fail.
     199AC_LANG_C
    195200
    196201# cross-compiling ?!
Note: See TracChangeset for help on using the changeset viewer.