Mercurial > hg > octave-lyh
diff aclocal.m4 @ 3233:98d0ee053ba4
[project @ 1999-01-27 20:23:40 by jwe]
author | jwe |
---|---|
date | Wed, 27 Jan 1999 20:23:46 +0000 |
parents | dae85431bade |
children | dd00769643ae |
line wrap: on
line diff
--- a/aclocal.m4 +++ b/aclocal.m4 @@ -675,8 +675,10 @@ fi ]) dnl -dnl Check to see if C compiler handles FLAG command line option and -dnl add it to CFLAGS if it does. +dnl Check to see if C compiler handles FLAG command line option. If +dnl two arguments are specified, execute the second arg as shell +dnl commands. Otherwise, add FLAG to CFLAGS if the compiler accepts +dnl the flag. dnl dnl OCTAVE_CC_FLAG AC_DEFUN(OCTAVE_CC_FLAG, [ @@ -704,8 +706,10 @@ fi ]) dnl -dnl Check to see if C++ compiler handles FLAG command line option and -dnl add it to CXXFLAGS if it does. +dnl Check to see if C++ compiler handles FLAG command line option. If +dnl two arguments are specified, execute the second arg as shell +dnl commands. Otherwise, add FLAG to CXXFLAGS if the compiler accepts +dnl the flag. dnl dnl OCTAVE_CXX_FLAG AC_DEFUN(OCTAVE_CXX_FLAG, [