Mercurial > hg > octave-lyh
diff ChangeLog @ 3892:56db014d8980
[project @ 2002-04-05 04:08:56 by jwe]
author | jwe |
---|---|
date | Fri, 05 Apr 2002 04:08:56 +0000 |
parents | 70ebd3d672a1 |
children | efa508da7d5c |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2002-04-04 John W. Eaton <jwe@bevo.che.wisc.edu> + + * Makeconf.in: Set and substitute EXEEXT, not EXE. + + * configure.in (EXE): Delete check and substitution. + * install-octave.in: Use EXEEXT instead of EXE. + + * configure.in: Use AC_CHECK_MEMBERS, not OCTAVE_STRUCT_GR_PASSWD. + Use AC_CHECK_TYPES, not AC_CHECK_TYPE or OCTAVE_CHECK_TYPE. + * aclocal.m4 (OCTAVE_STRUCT_GR_PASSWD, OCTAVE_CHECK_TYPE): Delete. + * acconfig.h (dev_t, ino_t, nlink_t, sigset_t): Typedef if not found. + 2002-04-03 John W. Eaton <jwe@bevo.che.wisc.edu> * aclocal.m4: Replace AC_LANG_SAVE, AC_LANG_C, AC_LANG_CPLUSPLUS,