Commit Graph

530 Commits

Author SHA1 Message Date
Sylvain Pion 4da7713aa8 Remove obsolete config flag CGAL_CFG_NO_STDC_NAMESPACE and rename
its dependant macro CGAL_CLIB_STD to "std".
2007-08-08 15:59:25 +00:00
Sylvain Pion d76beea6ad Remove obsolete config flag CGAL_CFG_NO_LOCALE. 2007-08-08 15:30:58 +00:00
Sylvain Pion a90de08bf3 Remove obsolete config flag CGAL_CFG_MATCHING_BUG_4 and its dependency CGAL_WRAP. 2007-08-08 15:15:20 +00:00
Sylvain Pion 4f24f131d7 Remove obsolete CGAL_CFG_CONVERSION_OPERATOR_BUG config flag. 2007-08-08 14:59:33 +00:00
Sylvain Pion f2a1b260a4 Remove obsolete config flags
CGAL_CFG_OUTOFLINE_TEMPLATE_MEMBER_DEFINITION_BUG and
CGAL_CFG_OUTOFLINE_TEMPLATE_MEMBER_DEFINITION_BUG_2.
2007-08-08 14:50:01 +00:00
Sylvain Pion 47af1406a2 Remove CGAL_CFG_CCTYPE_MACRO_BUG, it's not needed anymore. 2007-08-08 14:20:50 +00:00
Sylvain Pion eade497e29 Missing ";" preventing building of Benchmark lib on Darwin. 2007-08-06 11:25:59 +00:00
Sebastian Limbach f957ba237d Modular_type.cpp added to resolve linkage errors in the Modular_arithmetic package. 2007-08-01 10:34:39 +00:00
Efi Fogel 5d05e738fb suppress build of CGALBenchmark if BOOST_PROGRAM_OPTIONS is not available 2007-07-28 08:58:32 +00:00
Sylvain Pion fa0f10cfad - Prefer the non-interactive mode
- Make sure you pass a C++ compiler, not a C compiler.
2007-07-24 16:10:16 +00:00
Sylvain Pion 424c5560b3 Intel 9 is supported. 2007-07-19 00:02:50 +00:00
Fernando Cacciola 9893e974a2 Missing autolink headers added 2007-06-21 13:02:21 +00:00
Marc Glisse 7bf4e81a19 Update this test to detect a newer variant of a bug on the same code in
cgal.
2007-06-17 16:21:35 +00:00
Marc Glisse a1c5dc9633 Useless on the linux version of sunpro, seems to be the default there
since the true release.
2007-06-16 16:03:51 +00:00
Marc Glisse 82b9c5eb56 Remove useless bit in sunpro options. CC understands -h, no need to pass
it straight to the linker.
2007-06-15 18:56:40 +00:00
Marc Glisse df787b2418 Bug 6532605 in sunpro cannot be fixed without breaking the ABI, so it
won't be fixed. mangle6 is an ABI that is as close to the default ABI as
possible (the STL is compatible) but fixes issues with the default ABI. I
don't really know what the best option will be for the future (maybe
using the g++ compatibility mode when it becomes official).
2007-06-15 16:14:10 +00:00
Daniel Russel 014222d1cb lib dir was wrong for libraries build using CGAL_MAKEFILE after CGAL is installed 2007-06-12 21:50:08 +00:00
Sylvain Pion 17df0ce207 I finally do not need it: g++ can spot the optimization by itself. 2007-06-08 22:37:23 +00:00
Sylvain Pion 7d543ae42a New test program for C++0x's <type_traits>. 2007-06-08 18:48:27 +00:00
Sylvain Pion a9419ee49d Add <cstring> otherwise <gmpxx.h> from GMP-4.1.4 does not work with g++ 4.3. 2007-06-08 13:49:17 +00:00
Andreas Fabri e3808eb921 3.3 branch -> trunk 2007-06-04 14:19:51 +00:00
Andreas Fabri e5df6fb3fe 3.3 branch -> trunk 2007-06-04 14:04:56 +00:00
Sylvain Pion ab286a243f Grrr... the build-all-at-once mode made the g++ 4.2 bug pop up again.
-fno-strict-aliasing is back.
Hopefully no user will hit it on 3.3...
2007-06-02 11:24:21 +00:00
Laurent Saboret 9f430ac2e9 Added documentation about BLAS and LAPACK 2007-05-29 15:38:51 +00:00
Laurent Saboret 7041d64152 Visual C++ auto-link feature for TAUCS and LAPACK 2007-05-24 14:50:24 +00:00
Sylvain Pion f6aad48a3c Allow compiling all source files at once. 2007-05-23 09:19:55 +00:00
Sylvain Pion f7bf5e46c8 typo 2007-05-22 16:28:51 +00:00
Sylvain Pion 76fc826c38 Completely remove g++ pre-4.2 bug workaround. 2007-05-22 13:41:42 +00:00
Sylvain Pion 963fb6928c Port Fink support changes to trunk. 2007-05-22 09:18:19 +00:00
Sylvain Pion 7cec95ffb9 Remove IRIX support. 2007-05-22 07:57:24 +00:00
Sylvain Pion 337e52bf44 The -fno-strict-aliasing workaround for g++ 4.2.0 does not seem necessary anymore. 2007-05-17 11:49:52 +00:00
Andreas Fabri 0adb373823 cleanup 2007-05-14 09:26:09 +00:00
Sylvain Pion 418c7aa532 Mention that wrapped standard files concern C++98. 2007-05-09 07:30:50 +00:00
Sylvain Pion 85162d8a0c Added 3 config flags for some C++0x features. 2007-05-09 06:26:45 +00:00
Sylvain Pion 4606a1bdf1 Remove unused CGAL_CFG_NO_KOENIG_LOOKUP. 2007-05-07 18:12:21 +00:00
Sylvain Pion a866172e6f Unused. 2007-05-07 17:55:24 +00:00
Fernando Cacciola e6c585d395 Windows installer update 2007-05-06 03:27:01 +00:00
Laurent Saboret 11b6f80083 Fixed test suite (cgal_test) for g++ on Cygwin 2007-05-04 17:54:26 +00:00
Sylvain Pion 9ac564c180 - LEDA window is not used anymore by demos.
- mention that include/ and src/ contain external libs detailed in LICENSE.
2007-05-04 10:13:50 +00:00
Andreas Fabri dc81985694 Added Algebraic Foundations and QP Solver 2007-05-04 10:00:37 +00:00
Daniel Russel 2593131bd9 added documentation of the installer cache so users know what to delete when they update their environment 2007-05-01 00:12:22 +00:00
Daniel Russel a8accd4e18 fix useless PACKNAME_INCL_DIR to list valid completions of PACKAGENAME 2007-04-28 17:35:05 +00:00
Daniel Russel d2badd2ddf downplay interactive install some more 2007-04-28 17:34:35 +00:00
Joachim Reichel aaff0e8c49 improve help message after discussion with Daniel
(reordering of options, rewording and reformmatting)
2007-04-28 17:04:31 +00:00
Laurent Saboret be318c6d5f TAUCS requires either ATLAS or LAPACK for dpotrf() Lapack routine 2007-04-25 14:13:51 +00:00
Laurent Saboret 2047e5862f Call ftime() (test_TAUCS.cpp) + changed comments 2007-04-25 13:51:03 +00:00
Joachim Reichel 3ce2ccf1bc rename installed makefile from "makefile" to "cgal.mk" 2007-04-24 19:17:59 +00:00
Joachim Reichel 43164d2630 the second part of the diff of r38421 was unintentionally reversed in r38422,
re-reverse the changes
2007-04-24 18:30:55 +00:00
Laurent Saboret ee088df6d6 TAUCS requires dpotrf() Lapack routine (Cholesky factorization) 2007-04-24 13:28:07 +00:00
Daniel Russel 347198d891 another attempt to clean up after my svn mess. This revision should be 38295 + changes to the help message + some suppression of printing the list of all library names at startup + a warning that changing the install dir only works on Mac OS. Hopefully everything is right this time. 2007-04-23 23:21:24 +00:00
Joachim Reichel 975a8b3b07 reenable changes of r38142 (unintentionally reversed in r38351)
use LIBPATH_OPT instead of hardcoded -L when modifying the makefile
  to be installed
2007-04-23 22:27:31 +00:00
Marc Glisse 21f295dc3d I don't understand why that code was in namespace CGAL. This patch lets
Circulators compile with the old STL. I'll see if it breaks anything
else, but I don't think it will.
2007-04-22 15:23:03 +00:00
Marc Glisse 325c956ba1 Try to work around non-standard std::count in sunpro (not sure it will
work, check for instance in Min_annulus_d testsuite).
2007-04-20 16:54:56 +00:00
Sylvain Pion 143f28e4bd Clarify 2007-04-20 16:06:13 +00:00
Daniel Russel 4672d296ff check in the correct version with only the help changes 2007-04-19 20:26:14 +00:00
Daniel Russel 4624f4ca3b add DOLLAR_QTDIR dependency 2007-04-19 15:03:14 +00:00
Daniel Russel 6e6dc1d56d improved help messages. Removed documentation -os as it was broken. moved list of all external libraries to log 2007-04-19 02:43:30 +00:00
Sylvain Pion 50ad544472 Update GMP URL. 2007-04-18 20:36:38 +00:00
Andreas Meyer c1e9765ff4 manual fix: moved labels inside sectioning command 2007-04-18 14:20:12 +00:00
Sylvain Pion ed66966ab9 - Remove special treatment for g++ 2.* (option -ftemplate-depth required)
- Add -fno-strict-aliasing to CGAL_LIBS_OPTFLAGS for g++ 4.2.
  (see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31268)
2007-04-18 12:29:06 +00:00
Sylvain Pion 376284825c Intel C++ warns about -O2, so replace it by -Od. 2007-04-18 11:32:15 +00:00
Andreas Fabri 7600b497b1 Introduced traits classes that handle circular arcs based on the circular kernel 2007-04-17 09:27:20 +00:00
Michael Hoffmann 0ffba72ed8 Efi says slashed paths are ok for Windos. 2007-04-16 09:50:43 +00:00
Marc Glisse 9b91a1b3c4 Checking whether this helps with sunpro (I only know it does in one
place). Can be reversed tomorrow if the testsuite shows it does not.
2007-04-10 14:16:07 +00:00
Andreas Fabri be1964a6ec Cleanup 2007-04-10 08:26:57 +00:00
Marc Glisse 8c80580bee define SUNCC_COMPILER also on linux. 2007-04-07 13:12:40 +00:00
Laurent Rineau 0389b256f5 - add variables SUNCC_COMPILER and DARWIN_COMPILER in install_cgal
- add corresponding "REQUIRE/INCOMPATIBLE =" in several config/support files
2007-04-05 13:34:23 +00:00
Laurent Rineau 887dd2a4dd - S07-BOOST_BIMAP needs BOOST.
- Rename the files S06*, so that the package name is different. It is now  
  "MS_BOOST_PROGRAM_OPTIONS" for Boost.Program_options.

Remark: no need for a non-empty DESCRIPTION field, as
MS_BOOST_PROGRAM_OPTIONS requires DOLLAR_WINDOWS_COMPILER and
BOOST_PROGRAM_OPTIONS is incompatible with DOLLAR_WINDOWS_COMPILER.
2007-04-05 12:00:01 +00:00
Laurent Rineau ea73c2a41a small patch: the variable *_REQUIRED_BY were not filled 2007-04-05 11:49:54 +00:00
Laurent Rineau 571f7b5114 Commit a BOOST_PROGRAM_OPTIONS config file for Windows: only
test_BOOST_PROGRAM_OPTIONS.cpp is tested. No INCLTHING and no LIBTHING.
2007-04-05 08:06:52 +00:00
Andreas Meyer 5ce50139ff yet another leda/friend injection-related commit. problem was previously,
that the workaround was only active, when performing non-interactive install
from cmdline. now, it is active on

* rebuild using old config/install file
* interactive install
* non-interactive fresh install 

which should be complete.
2007-04-04 11:02:24 +00:00
Laurent Rineau e14b2c7f4f Quote parameters in "[ a = b ]". 2007-04-04 09:55:53 +00:00
Joachim Reichel dd922458e4 fix misleading variable name 2007-04-03 20:37:12 +00:00
Joachim Reichel 954154978a Darwin does not set RUNTIME_LINKER_FLAG, hence the old hack is still needed 2007-04-03 16:19:16 +00:00
Andreas Meyer a2e451db51 g++-4.1/LEDA workaround: only apply, if LEDA is actually supported 2007-04-02 21:34:59 +00:00
Sylvain Pion 667fc845ef Introduce a nicer macro CGAL_make_vector(begin, end) to workaround
CGAL_CFG_MISSING_TEMPLATE_VECTOR_CONSTRUCTORS_BUG.
2007-04-02 20:18:57 +00:00
Fernando Cacciola 135fd54f1c Removed unneeded MSVC std fixes 2007-04-02 19:08:46 +00:00
Joachim Reichel 66f1eb5725 generate shared libraries with correct RPATH setting if --prefix is used
(does not work if the interactive installer is used and the installation
directory is changed after the libraries are build)
2007-04-02 17:24:41 +00:00
Andreas Meyer d77bcac271 g++ 4.1 / LEDA needs CXXFLAGS "-ffriend-injection" 2007-04-01 11:53:51 +00:00
Sylvain Pion 4259de359c New testfile for a SunPro bug. 2007-03-30 09:32:14 +00:00
Sylvain Pion d1506c70da Move *Linux*pgCC* case before *Linux*CC* one otherwise it will match the wrong case. 2007-03-30 09:25:56 +00:00
Sylvain Pion 95fe880186 CGAL_CFG_MATCHING_BUG_3 is not useful anymore
(SunCC has this fixed now, and the others as well).
2007-03-30 08:49:32 +00:00
Sylvain Pion 7dea18af66 Formatting cleanups. 2007-03-30 08:39:31 +00:00
Sylvain Pion 55e9ee28c9 Alternate match for SunCC on Linux. 2007-03-29 20:47:56 +00:00
Sylvain Pion 546c695761 frenchisms 2007-03-27 21:13:50 +00:00
Joachim Reichel e283a7031a add list of authors 2007-03-27 21:04:42 +00:00
Joachim Reichel 157b8482c4 use <endian.h> for all glibc-based platforms 2007-03-27 17:05:39 +00:00
Andreas Meyer 3cfbe825cf dont include config/support/S??-LIDIA in release 2007-03-27 14:00:16 +00:00
Andreas Fabri bd28b6c3d6 minor modifications 2007-03-27 11:26:32 +00:00
Andreas Fabri 19eb0f5b8e integrated Sylvain's feedback 2007-03-27 10:06:56 +00:00
Andreas Fabri 55090a60d6 Another feature of Boolean operations 2007-03-27 07:36:11 +00:00
Andreas Fabri fabac2706a Spatial sort is used in triangulations 2007-03-27 07:33:54 +00:00
Andreas Fabri b8047d7afd Faster Circular kernel 2007-03-27 07:29:30 +00:00
Joachim Reichel c079a5f471 reverse previous commit (causes problems with the interactive installer) 2007-03-26 18:24:29 +00:00
Joachim Reichel cae96de071 generate libraries with correct RPATH definition if --prefix is used
remove Darwin-specific hack
2007-03-26 17:47:01 +00:00
Andreas Meyer d10a950784 typo 2007-03-26 16:27:35 +00:00
Joachim Reichel af61c9e9a1 remove extra newline in makefile_print_from_var() 2007-03-25 13:30:44 +00:00
Daniel Russel 1919a8bd42 fixed empty string passed to gcc and runtime shared lib path now points to the right place after install 2007-03-22 21:06:08 +00:00
Laurent Rineau 10ccff6780 Use 'printf "%s\n"' instead of 'echo -n'. 2007-03-22 14:59:41 +00:00
Laurent Rineau a439fa27b5 BOOST_BIMAP has no current version, as it is not yet released. 2007-03-22 14:57:55 +00:00
Laurent Rineau 204ecbba22 - Do not loose part of install.log with the use of --CGAL_DIR.
- Fix a syntax error on Solaris: test -z  needs an argument, so
    [ -z `value_of PROVIDE_PKG_${i}` ]
  needs to be quoted into
    [ -z "`value_of PROVIDE_PKG_${i}`" ]
2007-03-21 00:09:58 +00:00
Daniel Russel 3ffe5f8b45 explain both interactive and non-interactive install and give full urls to installion_manual 2007-03-20 22:41:10 +00:00
Daniel Russel ac4bdb4378 log to log for non-interactive installation 2007-03-20 22:30:36 +00:00
Joachim Reichel f233d31cbf add $(strip ...) calls to definitions of CGAL_CXXFLAGS, CGAL_LIBPATHFLAGS,
and CGAL_LDFLAGS
2007-03-20 20:26:34 +00:00
Laurent Rineau ae81a9ff42 Again a major speed-up of parse_support_options(): use only one awk to do the
whole job.

Tested on Linux and Solaris.
2007-03-20 19:54:56 +00:00
Joachim Reichel c6ca9a1d7c add year 2007 2007-03-20 19:35:09 +00:00
Joachim Reichel a9ded1df16 refer to LICENSE.LGPL instead of include/CGAL/OpenNL/LICENSE.OPENNL 2007-03-20 19:31:04 +00:00
Joachim Reichel 35b0f3bb6c update FSF address 2007-03-20 19:24:29 +00:00
Joachim Reichel ed08a8cfb1 output version string 2007-03-20 19:14:02 +00:00
Joachim Reichel f038ffdd56 drop support for external CORE 2007-03-20 19:09:33 +00:00
Marc Glisse b1d0456201 I added the check on __i386 for sunCC but it is supposed to define
__i386__ as well (though it is buggy right now) so remove.
2007-03-20 16:15:56 +00:00
Laurent Rineau 9497f94d67 New shell variable: ${CGAL_LIBS_OPTFLAGS}. Set to "-O2" but for SunCC: Marc
Glisse told me that -O is better for sunCC, because -O is the optimization
level that is the more stable.
2007-03-20 10:29:21 +00:00
Marc Glisse dc3364c65a Basics for sunpro on linux-x86. I will touch FPU.h again later. 2007-03-19 18:25:06 +00:00
Joachim Reichel 8869e84dcb update directories 2007-03-19 17:21:59 +00:00
Joachim Reichel 78deced48d add missing definitions for shared libraries on *alpha*Linux*g++* 2007-03-19 17:07:22 +00:00
Joachim Reichel 10a1be523a print version number of supported libraries (if known) 2007-03-19 17:02:55 +00:00
Fernando Cacciola 9900fc1c87 Added macro guards to individually disable auto-link on a per-library basis 2007-03-19 14:37:41 +00:00
Andreas Fabri 7479f988c3 no longer needed as we use boost::mpl for anding bool constants 2007-03-19 12:27:35 +00:00
Andreas Fabri b233a0cbce no longer needed as we use boost::mpl for anding bool constants 2007-03-19 12:26:33 +00:00
Laurent Rineau 2408837793 Fix getconf call: `getconf PATH` is more standard than `getconf CS_PATH`
(Single Unix Specification version 3).
2007-03-19 07:46:40 +00:00
Sylvain Pion 53a5d8d388 .C -> guess what... 2007-03-18 12:55:21 +00:00
Sylvain Pion e3157ef9ac CGAL_CFG_LONG_LONG_IO_BUG : new bug in pgCC (reading long longs from a stream is buggy). 2007-03-18 12:52:50 +00:00
Joachim Reichel 0cbdfe9716 install makefile as $(CGAL_INSTALL_DIR)/share/cgal/makefile
do not install unused subdirectory $(CGAL_INSTALL_DIR)/include/CGAL/config
2007-03-18 11:56:46 +00:00
Joachim Reichel ee5436a23d remove line w.r.t. include/CORE (missed this change in r37060) 2007-03-18 10:30:20 +00:00
Joachim Reichel 55438c8c8e fix invocation of _check_for_util from _check_for_sysutil (the former
was looking for a program 'gmake n MAKE' instead of 'gmake')
2007-03-18 10:28:58 +00:00
Daniel Russel f1f153c176 added auto compiler determination to ni, made ni default (removed auto), suppressed warnings when missing config file, cleaned up print out when the config is found 2007-03-16 19:29:11 +00:00
Laurent Rineau db7b7eaf97 Special gift feature for Andreas Fabri: the last line of the output of
install_cgal can now be copy pasted in the shell.

E.g.:

  **   WARNING: You did not build any libs during this session. **
  **     If something went wrong, (or maybe also, if not:)      **
  **                have a look at install.log.                 **
  ****************************************************************

Remember to set the CGAL_MAKEFILE environment variable, e.g.:
export CGAL_MAKEFILE="/usr/share/CGAL/make/makefile"
2007-03-16 16:10:53 +00:00
Laurent Rineau 38ff402c77 Quote more, in the display of "set to ..." in try_to_get_var_from_config_file().
A single quote prevents the shell from interpreting the string.
2007-03-16 15:43:20 +00:00
Laurent Rineau 0eba620f11 - minor modifications of _check_for_(sys)?util():
- one can set variables NO_<utility> (like NO_printf for example) to see
     what happens if an utility is missing (I like using NO_tput=y, for
     example),
   - use of value_of() instead of two eval.
- Add a message at the beginning of the search of POSIX utilities. On
  Cygwin it can take some time.
- Search for GNU/make only in startup (no need for it to see 
  `install_cgal --help`).
- Remove a slash in CGAL_MAKE_DIR.
2007-03-16 15:40:46 +00:00
Laurent Rineau 7cf9fa0a94 add support config files for Boost.Bimap (to be accepted in Boost).
<CGAL/Double_map.h> is faster if Boost.Bimap is used.
2007-03-15 12:12:13 +00:00
Laurent Rineau 8a67f904d9 Fix for platforms that do not have 'getconf'.
The trick: use "_check_for_util getconf", before uses of check_for_sysutil.

Tested on Linux and Solaris.
2007-03-14 21:38:18 +00:00
Laurent Rineau 7935f735e0 - Fix _bc_expr() (broken since the beginning of times, probably never used).
- Fix _search_compiler() (I had broken the latter a week ago, with revision
  36838).

- Better function _check_for_sysutil(): it now uses `getconf CS_PATH` to
  search for POSIX utilities in standard directories. If should fix
  install_cgal on Solaris (tested on Linux and Solaris).

- check_for_utils() is now call as soon as possible, to get a POSIX awk
  before the parsing of support config files.

- Fix calls to any utility without using a variable ${_foobar}. Now, only
  the following utilities are used directly:
    /bin/basename
    /bin/date
2007-03-14 19:51:52 +00:00
Laurent Rineau e5b5a7d612 Fix support of the "blas-devel" RPM on Fedora.
(with Laurent Saboret).
2007-03-14 14:42:53 +00:00
Laurent Saboret 64b45edea0 Added support of AMD Core Math Library 2007-03-14 12:56:56 +00:00
Andreas Fabri a5826c0f15 fixed C interface for lapack 2007-03-14 10:39:01 +00:00
Laurent Rineau 6d542045f9 Make keys case-insensitive in support_feature_menu(), like in other menus. 2007-03-14 09:42:58 +00:00
Andreas Fabri 3f7dfce216 rewording 2007-03-14 08:21:48 +00:00
Andreas Fabri 2b6279f01a Added remark on debug STLs and min/max fix 2007-03-13 18:42:08 +00:00
Joachim Reichel 4f47903a25 moved src/Core to src/CGALCore
moved include/CORE to include/CGAL/CORE
moved include/OpenNL to include/CGAL/OpenNL
renamed libcore++ to libCGALcore++
2007-03-13 18:10:39 +00:00
Andreas Fabri cf9d2e1b98 Added TAU Changes 2007-03-13 15:01:22 +00:00
Sylvain Pion e4ea39527e Add something to test that we link against the correct libgmpxx. 2007-03-10 11:06:41 +00:00
Joachim Reichel cd1a040d2e remove -w and -g option of install_cgal
remove makefile variables CGAL_WINDOW_LDFLAGS, CGAL_GEOWIN_LDFLAGS and CGAL_QT_LDFLAGS
(see #1894)
2007-03-09 22:53:24 +00:00
Sylvain Pion 2bbef62de2 more on new compilers 2007-03-09 17:20:34 +00:00
Andreas Fabri a9b7c143fc some of the changes 2007-03-09 13:34:35 +00:00
Laurent Rineau 1d90e12229 Allows MAKE="make -j2" ./install_cgal... 2007-03-09 10:28:32 +00:00
Sylvain Pion cb13268b22 Initialize _grep to grep.
Improve detection of PGCC (pgCC or pgcpp).
2007-03-08 17:12:26 +00:00
Laurent Rineau efeb130fad Fix real_which, which was quite stupide. :-) 2007-03-08 10:00:25 +00:00
Laurent Rineau a83c9d3f3a - Repair the detection of GNU make.
- New variables _touch and _grep.
- Check the use of variables ${_util} instead of "util" directly (for
  util=grep,touch,cat,rm).
- Use ${CUSTOM_CXXFLAGS} for tests also.
2007-03-07 10:21:48 +00:00
Laurent Saboret e214450536 Remove S51-LAPACKSHARED which tends to break CGAL test suite 2007-03-06 14:10:40 +00:00
Laurent Rineau 65ed13d8c9 New test for gmake.
Add /opt/sfw/bin to standard places (Solaris).
Change the meaning of $3 in _check_for_util and _check_for_sysutil.
2007-03-06 09:21:05 +00:00