From 9d749cb05b57d3203899a3292ffc90fdb1f7d074 Mon Sep 17 00:00:00 2001 From: Greg McGary Date: Sun, 4 Apr 1999 08:18:07 +0000 Subject: . --- ChangeLog | 1 + NEWS | 4 ++++ configure | 2 +- configure.in | 2 +- lisp/Makefile.am | 1 + lisp/Makefile.in | 1 + po/de.po | 2 +- po/fr.po | 2 +- 8 files changed, 11 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index d5830f7..fd7f9f5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ * lisp/Makefile.am (lisp_LISP): Add variable. Remove all other obsolete contents. + * src/lid.c (search_flinkv): Replace `gets' with `fgets'. 1999-04-03 Greg McGary diff --git a/NEWS b/NEWS index 3f5b1d8..4d97297 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,9 @@ id-utils NEWS - User visible changes. +Version 3.2d + +* Mondernize lisp/Makefile.am, replace gets with fgets. + Version 3.2c - April 3, 1999, by Greg McGary * Add verbose traces to file walker: `mkid -V' diff --git a/configure b/configure index ebaa5f4..d7b93b3 100755 --- a/configure +++ b/configure @@ -703,7 +703,7 @@ fi PACKAGE=id-utils -VERSION=3.2c +VERSION=3.2d if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/configure.in b/configure.in index 47d835e..9d49fc9 100644 --- a/configure.in +++ b/configure.in @@ -13,7 +13,7 @@ AC_INIT(src/mkid.c) AM_CONFIG_HEADER(config.h) AC_PREREQ(2.13) -AM_INIT_AUTOMAKE([id-utils], [3.2c]) +AM_INIT_AUTOMAKE([id-utils], [3.2d]) GNU_PACKAGE="GNU $PACKAGE" AC_DEFINE_UNQUOTED(GNU_PACKAGE, "$GNU_PACKAGE", [The concatenation of the strings \`GNU ', and PACKAGE.]) diff --git a/lisp/Makefile.am b/lisp/Makefile.am index 967548a..d8188e3 100644 --- a/lisp/Makefile.am +++ b/lisp/Makefile.am @@ -1,3 +1,4 @@ ## Process this file with automake to create Makefile.in lisp_LISP = id-utils.el +EXTRA_DIST = $(lisp_LISP) diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 0898c22..32b9e5c 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -94,6 +94,7 @@ lispdir = @lispdir@ lisp_LISP = id-utils.el +EXTRA_DIST = $(lisp_LISP) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../config.h CONFIG_CLEAN_FILES = diff --git a/po/de.po b/po/de.po index 426b7ea..f2b9a78 100644 --- a/po/de.po +++ b/po/de.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: GNU mkid 3.0.8\n" -"POT-Creation-Date: 1999-04-03 17:52-0700\n" +"POT-Creation-Date: 1999-04-04 01:11-0700\n" "PO-Revision-Date: 1996-03-23 22:34 MET\n" "Last-Translator: Karl Eichwalder \n" "Language-Team: German \n" diff --git a/po/fr.po b/po/fr.po index 31e022d..8c4177d 100644 --- a/po/fr.po +++ b/po/fr.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 1999-04-03 17:52-0700\n" +"POT-Creation-Date: 1999-04-04 01:11-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI +ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" -- cgit v1.2.3