1998-05-11 00:11:13 +08:00
|
|
|
1998-05-10 Jim Meyering <meyering@ascend.com>
|
|
|
|
|
|
|
|
* jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
|
|
|
|
|
1998-05-10 01:38:05 +08:00
|
|
|
1998-05-09 Jim Meyering <meyering@ascend.com>
|
|
|
|
|
|
|
|
* Makefile.am (EXTRA_DIST): Add ssize_t.m4.
|
|
|
|
(EXTRA_DIST): Remove mktime.m4, now that the new version is included
|
|
|
|
with automake.
|
|
|
|
|
|
|
|
* ssize_t.m4: New file.
|
|
|
|
* mktime.m4: Remove file -- the new automake has this now.
|
|
|
|
|
1998-04-27 13:04:05 +08:00
|
|
|
1998-04-26 Jim Meyering <meyering@ascend.com>
|
|
|
|
|
|
|
|
* assert.m4: New file.
|
|
|
|
* Makefile.am (EXTRA_DIST): Add assert.m4.
|
|
|
|
|
1998-04-06 02:24:45 +08:00
|
|
|
1998-04-05 Jim Meyering <meyering@ascend.com>
|
|
|
|
|
|
|
|
* prereq.m4 (jm_PREREQ_REGEX): New macro.
|
|
|
|
(jm_PREREQ): Use it here.
|
|
|
|
|
1998-03-24 07:13:08 +08:00
|
|
|
1998-03-23 Jim Meyering <meyering@eng.ascend.com>
|
|
|
|
|
|
|
|
* inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
|
|
|
|
in acconfig.h.
|
|
|
|
|
1998-03-15 17:08:51 +08:00
|
|
|
1998-03-15 Jim Meyering <meyering@eng.ascend.com>
|
|
|
|
|
1998-03-15 17:47:03 +08:00
|
|
|
* prereq.m4: New file.
|
1998-03-15 17:10:21 +08:00
|
|
|
* error.m4: New file.
|
1998-03-15 17:47:03 +08:00
|
|
|
* Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
|
1998-03-15 17:08:51 +08:00
|
|
|
|
1998-02-07 17:58:59 +08:00
|
|
|
1998-02-07 Jim Meyering <meyering@eng.ascend.com>
|
|
|
|
|
|
|
|
* getline.m4: Don't set am_cv_func_working_getline before the
|
|
|
|
cache-check for the same variable -- that defeated the purpose of
|
|
|
|
the test; the test program was never run. This was a problem only
|
|
|
|
on systems with losing getline functions -- HP-UX 10.20 is one.
|
|
|
|
Reported by Bjorn Helgaas.
|
|
|
|
|
1998-02-06 20:37:07 +08:00
|
|
|
1998-02-06 Jim Meyering <meyering@eng.ascend.com>
|
|
|
|
|
|
|
|
* Makefile.am (EXTRA_DIST): Add perl.m4.
|
|
|
|
|
1998-01-11 00:24:46 +08:00
|
|
|
1998-01-10 Jim Meyering <meyering@na-net.ornl.gov>
|
|
|
|
|
|
|
|
* Makefile.am (EXTRA_DIST): Add const.m4.
|
|
|
|
|
|
|
|
* const.m4: New file. Use an initializer in this declaration
|
|
|
|
typedef int charset[2]; const charset x;
|
|
|
|
Reported by Bob Glickstein.
|
|
|
|
|
1997-12-21 20:11:32 +08:00
|
|
|
1997-12-21 Jim Meyering <meyering@na-net.ornl.gov>
|
|
|
|
|
|
|
|
* chown.m4: Fix reversed types on -1 args to chown.
|
|
|
|
From Kaveh Ghazi.
|
|
|
|
|
1997-12-14 15:44:38 +08:00
|
|
|
1997-12-14 Jim Meyering <meyering@na-net.ornl.gov>
|
|
|
|
|
1997-12-14 16:03:18 +08:00
|
|
|
* check-decl.m4: s/DECLARATION_/DECL_/g.
|
1997-12-14 20:03:38 +08:00
|
|
|
Add lseek and memchr.
|
1997-12-14 16:03:18 +08:00
|
|
|
|
1997-12-14 15:44:38 +08:00
|
|
|
* decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
|
|
|
|
T.E.Dickey <dickey@clark.net> said that some older preprocessors
|
|
|
|
have a 20-character limit on names.
|
|
|
|
|
1997-11-30 21:35:25 +08:00
|
|
|
1997-11-30 Jim Meyering <meyering@na-net.ornl.gov>
|
|
|
|
|
|
|
|
* inttypes_h.m4: New file.
|
|
|
|
* uintmax_t.m4: New file.
|
|
|
|
* Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
|