diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ 1999-01-27 Jim Meyering <meyering@ascend.com> (with some changes from gkm) + * lib/Makefile.am (EXTRA_DIST): Remove getopt.c and getopt1.c. + + * configure.in: Require autoconf-2.13. + Remove some variables that now come with AM_INIT_AUTOMAKE. + Remove deprecated AM_MAINTAINER_MODE. + Use AC_PROG_INSTALL, not deprecated AM_PROG_INSTALL. + Use AM_FUNC_OBSTACK, not AC_REPLACE_OBSTACK. + Use AM_GNU_GETTEXT, not ud_GNU_GETTEXT/AC_LINK_FILES... + Define LIBOBJS for ansi2knr filtering rules. + (AC_OUTPUT): Add m4/Makefile. + * acconfig.h: Remove many #undefs, now that we're using autoconf-2.13's 3-arg form of the AC_DEFINE* macros. |