From 80ec42f4e88cb422866ab0adb6ae4dbc543d5e24 Mon Sep 17 00:00:00 2001 From: Henning Geinitz Date: Sun, 10 Feb 2002 18:38:07 +0000 Subject: [PATCH] Link to functions in lib/ only if they are not available on the system. Avoid duplicating list of functions. Henning Meier-Geinitz --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 90b7f2e53..6cdf0f13f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,9 @@ * configure configure.in: Link to functions in lib/ only if they are not available on the system. Use AC_PROG_LIBTOOL instead of the deprecated AM_PROG_LIBTOOL. + * backend/Makefile.in lib/Makefile.in: Link to functions in lib/ only + if they are not available on the system. Avoid duplicating list of + functions. 2002-02-10 Oliver Schwartz