Added a notice that this file *requires* libtool 1.2. It may work with 1.1
1998-10-20 Martin Baulig <martin@home-of-linux.org> * Makefile.am: Added a notice that this file *requires* libtool 1.2. It may work with 1.1 as well, but that's untested.
This commit is contained in:
committed by
Martin Baulig
parent
a5f0bed342
commit
38b00dfae0
@@ -1,3 +1,8 @@
|
|||||||
|
1998-10-20 Martin Baulig <martin@home-of-linux.org>
|
||||||
|
|
||||||
|
* 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 <martin@home-of-linux.org>
|
1998-10-11 Martin Baulig <martin@home-of-linux.org>
|
||||||
|
|
||||||
* Makefile.am (install-exec-hook): Always run `libgtop_postinstall',
|
* Makefile.am (install-exec-hook): Always run `libgtop_postinstall',
|
||||||
|
@@ -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 <martin@home-of-linux.org>
|
||||||
|
##
|
||||||
|
|
||||||
LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
|
LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
|
||||||
|
|
||||||
CFLAGS = -Wall -W @CFLAGS@ \
|
CFLAGS = -Wall -W @CFLAGS@ \
|
||||||
|
Reference in New Issue
Block a user