summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg McGary <greg@mcgary.org>1999-04-04 08:18:07 +0000
committerGreg McGary <greg@mcgary.org>1999-04-04 08:18:07 +0000
commit9d749cb05b57d3203899a3292ffc90fdb1f7d074 (patch)
treeabb5d51203742febf9d3fcea61d76de0afb5420f
parent9ac6dd1b1dfb4d5ffcb2e55ad0d70d3a0126bdf8 (diff)
downloadidutils-9d749cb05b57d3203899a3292ffc90fdb1f7d074.tar.gz
idutils-9d749cb05b57d3203899a3292ffc90fdb1f7d074.tar.bz2
idutils-9d749cb05b57d3203899a3292ffc90fdb1f7d074.zip
.
-rw-r--r--ChangeLog1
-rw-r--r--NEWS4
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
-rw-r--r--lisp/Makefile.am1
-rw-r--r--lisp/Makefile.in1
-rw-r--r--po/de.po2
-rw-r--r--po/fr.po2
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 <gkm@gnu.org>
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 <ke@ke.Central.DE>\n"
"Language-Team: German <de@li.org>\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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"