]> sourceware.org Git - automake.git/commitdiff
* automake.texi (Program and Library Variables): Added X example
authorTom Tromey <tromey@redhat.com>
Fri, 20 Jul 2001 01:22:47 +0000 (01:22 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 20 Jul 2001 01:22:47 +0000 (01:22 +0000)
for _LDADD.

ChangeLog
automake.texi
stamp-vti
version.texi

index 9d31300d943c27e9989f35fca8d1120ec4afe1b2..a42667d6e1b5be63b26847db34364dce44b5d1f2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-07-19  Tom Tromey  <tromey@redhat.com>
+
+       * automake.texi (Program and Library Variables): Added X example
+       for _LDADD.
+
 2001-07-19  Tom Tromey  <tromey@redhat.com>
 
        * automake.texi (Distributing): Updated to reflect new license.
index c46ecd753742dd04003322341e8e146002f04883..a85d744679a102d8956b00150c2698cf9e93365c 100644 (file)
@@ -1978,6 +1978,13 @@ determined by @code{configure}.
 (except for @samp{-l}, @samp{-L}, @samp{-dlopen} and @samp{-dlpreopen}).
 Use the @samp{_LDFLAGS} variable for this purpose.
 
+For instance, if your @file{configure.in} uses @code{AC_PATH_XTRA}, you
+could link your program against the X libraries like so:
+
+@example
+maude_LDADD = $(X_PRE_LIBS) $(X_LIBS) $(X_EXTRA_LIBS)
+@end example
+
 @item maude_LDFLAGS
 This variable is used to pass extra flags to the link step of a program
 or a shared library.
index 0ae27b0a26cd7b42f7aca07cb261371866d39800..6656694e3fe33eeb879d0f545b46f7fd0a445f49 100644 (file)
--- a/stamp-vti
+++ b/stamp-vti
@@ -1,4 +1,4 @@
-@set UPDATED 18 July 2001
+@set UPDATED 19 July 2001
 @set UPDATED-MONTH July 2001
 @set EDITION 1.4i
 @set VERSION 1.4i
index 0ae27b0a26cd7b42f7aca07cb261371866d39800..6656694e3fe33eeb879d0f545b46f7fd0a445f49 100644 (file)
@@ -1,4 +1,4 @@
-@set UPDATED 18 July 2001
+@set UPDATED 19 July 2001
 @set UPDATED-MONTH July 2001
 @set EDITION 1.4i
 @set VERSION 1.4i
This page took 0.040647 seconds and 5 git commands to generate.