Mercurial > hg > octave-jordi > gnulib-hg
changeset 1998:d63c4f8e5a00
.
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Sat, 06 Nov 1999 09:04:22 +0000 |
parents | d562a3cf9041 |
children | 5c262d8ca0d3 |
files | m4/ChangeLog m4/Makefile.am m4/Makefile.in |
diffstat | 3 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -3,6 +3,8 @@ * jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from configure.in of textutils, fileutils, and sh-utils into this one (shared between those packages) file. + Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated + AC_STRUCT_ST_BLKSIZE. 1999-11-03 Jim Meyering <meyering@ascend.com>
--- a/m4/Makefile.am +++ b/m4/Makefile.am @@ -41,7 +41,6 @@ realloc.m4 \ regex.m4 \ search-libs.m4 \ -ssize_t.m4 \ st_dm_mode.m4 \ st_mtim.m4 \ stat.m4 \
--- a/m4/Makefile.in +++ b/m4/Makefile.in @@ -69,7 +69,6 @@ CXXCPP = @CXXCPP@ DATADIRNAME = @DATADIRNAME@ DEPDIR = @DEPDIR@ -DF_PROG = @DF_PROG@ GENCAT = @GENCAT@ GETCONF = @GETCONF@ GMOFILES = @GMOFILES@ @@ -90,6 +89,7 @@ PERL = @PERL@ POFILES = @POFILES@ POSUB = @POSUB@ +POW_LIBM = @POW_LIBM@ RANLIB = @RANLIB@ U = @U@ USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ @@ -139,7 +139,6 @@ realloc.m4 \ regex.m4 \ search-libs.m4 \ -ssize_t.m4 \ st_dm_mode.m4 \ st_mtim.m4 \ stat.m4 \