Changeset a23686 in git for configure.in


Ignore:
Timestamp:
Jun 4, 1998, 10:10:37 AM (26 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
8577077f71d662cb0678c0e20eef1c805bb81e32
Parents:
71364b423d3f22f63e2efb8932a172f27882602c
Message:
	* configure.in: doc fixes and cosmetic changes


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

Legend:

Unmodified
Added
Removed
  • configure.in

    r71364b ra23686  
    3333
    3434dnl lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll
    35 dnl those are needed to check for libs and headers, later on
     35dnl Those are needed to check for libs and headers, later on
    3636dnl
    3737AC_PROG_CC
     
    4141
    4242dnl lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll
    43 dnl set exec_prefix, bindir, libdir, includedir to some sensible values
     43dnl Set exec_prefix, bindir, libdir, includedir to some sensible values
    4444dnl
    4545# expand prefix and pass it to subsequent configures
     
    8383
    8484dnl lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll
    85 dnl check for various libraries and headers
     85dnl Check for various libraries and headers
    8686dnl
    8787dnl After this part, the variables 'ac_<package>_ok' is 'yes'
     
    151151 
    152152dnl lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll
    153 dnl Check whether or not to built various packages
     153dnl Check command line arguments
    154154dnl
    155155AC_ARG_ENABLE(smallgmp, \
     
    184184                          where PACKAGE can be gmp or smallgmp])
    185185
     186dnl lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll
     187dnl Check whether or not to configure and build various packages
     188dnl
    186189AC_MSG_CHECKING(whether to configure and build gmp lib)
    187190if test "$enable_gmp" != yes && test "$enable_gmp" != no; then
     
    274277  AC_MSG_RESULT(no)
    275278fi
    276 
    277279 
    278280AC_MSG_CHECKING(whether to configure and build factory lib)
     
    358360fi
    359361
    360 
    361362AC_MSG_CHECKING(whether to configure and build Singular)
    362363if test "$enable_Singular" != yes && test "$enable_Singular" != no; then
     
    386387dnl Check whether or not to use various packages
    387388dnl
    388 AC_MSG_CHECKING(wich apint package to use)
     389AC_MSG_CHECKING(which apint package to use)
    389390if test "$with_apint" = gmp; then
    390391  if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then
     
    463464fi
    464465
    465 
    466466AC_MSG_CHECKING(whether to use with Singular)
    467467if test "$with_Singular" != no && test "$with_Singular" != yes; then
     
    480480fi
    481481
     482
    482483dnl lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll
    483484dnl Check for known subdirs
Note: See TracChangeset for help on using the changeset viewer.