diff options
author | Greg McGary <greg@mcgary.org> | 1999-04-04 08:18:07 +0000 |
---|---|---|
committer | Greg McGary <greg@mcgary.org> | 1999-04-04 08:18:07 +0000 |
commit | 9d749cb05b57d3203899a3292ffc90fdb1f7d074 (patch) | |
tree | abb5d51203742febf9d3fcea61d76de0afb5420f | |
parent | 9ac6dd1b1dfb4d5ffcb2e55ad0d70d3a0126bdf8 (diff) | |
download | idutils-9d749cb05b57d3203899a3292ffc90fdb1f7d074.tar.gz idutils-9d749cb05b57d3203899a3292ffc90fdb1f7d074.tar.bz2 idutils-9d749cb05b57d3203899a3292ffc90fdb1f7d074.zip |
.
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | NEWS | 4 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | lisp/Makefile.am | 1 | ||||
-rw-r--r-- | lisp/Makefile.in | 1 | ||||
-rw-r--r-- | po/de.po | 2 | ||||
-rw-r--r-- | po/fr.po | 2 |
8 files changed, 11 insertions, 4 deletions
@@ -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 <gkm@gnu.org> @@ -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' @@ -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 = @@ -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 <ke@ke.Central.DE>\n" "Language-Team: German <de@li.org>\n" @@ -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 <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" |