Link to functions in lib/ only if they are not available on the system.

Avoid duplicating list of functions.
Henning Meier-Geinitz <henning@meier-geinitz.de>
DEVEL_2_0_BRANCH-1
Henning Geinitz 2002-02-10 18:38:07 +00:00
rodzic d7762bd407
commit 80ec42f4e8
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -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 <Oliver.Schwartz@gmx.de>