From 38b00dfae02c73d43c501f5764bf969d21c27a8e Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Tue, 20 Oct 1998 19:16:10 +0000 Subject: [PATCH] Added a notice that this file *requires* libtool 1.2. It may work with 1.1 1998-10-20 Martin Baulig * Makefile.am: Added a notice that this file *requires* libtool 1.2. It may work with 1.1 as well, but that's untested. --- src/daemon/ChangeLog | 5 +++++ src/daemon/Makefile.am | 14 ++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/src/daemon/ChangeLog b/src/daemon/ChangeLog index d45da63b..efc44c2b 100644 --- a/src/daemon/ChangeLog +++ b/src/daemon/ChangeLog @@ -1,3 +1,8 @@ +1998-10-20 Martin Baulig + + * Makefile.am: Added a notice that this file *requires* + libtool 1.2. It may work with 1.1 as well, but that's untested. + 1998-10-11 Martin Baulig * Makefile.am (install-exec-hook): Always run `libgtop_postinstall', diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am index f6b2042a..722e1f46 100644 --- a/src/daemon/Makefile.am +++ b/src/daemon/Makefile.am @@ -1,3 +1,17 @@ +## You need libtool 1.2 or newer for this Makefile.am to work. +## +## It _may_ work with an older version of libtool, but it also may fail. +## So if you get any undefined symbols here, please make sure you really +## have libtool 1.2 or better before reporting this as bug. +## +## You'll require libtool 1.2 for other parts of GNOME anyway. +## +## Get ftp://ftp.gnu.org/pub/gnu/libtool-1.2.tar.gz +## (or a newer version if it is available) +## +## Martin +## + LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@ CFLAGS = -Wall -W @CFLAGS@ \