summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2003-01-31 23:35:02 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2003-01-31 23:35:02 +0000
commite9dae11847b79098367c401c249a027ce4fe068c (patch)
treeeb35ea9e58cdb66abdf91c557eaa78987b73ca04 /m4
parent77ff36c3c2e38fecfd181634d5f6d6b08f3232e5 (diff)
downloadautomake-e9dae11847b79098367c401c249a027ce4fe068c.tar.gz
* automake.texi (Program and Library Variables): Clarify that
_LIBADD is for libraries and _LDADD for programs.
Diffstat (limited to 'm4')
-rw-r--r--m4/Makefile.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/m4/Makefile.in b/m4/Makefile.in
index 772f19987..78f872809 100644
--- a/m4/Makefile.in
+++ b/m4/Makefile.in
@@ -72,6 +72,7 @@ STRIP = @STRIP@
TEX = @TEX@
VERSION = @VERSION@
ac_ct_STRIP = @ac_ct_STRIP@
+am__leading_dot = @am__leading_dot@
bindir = @bindir@
build_alias = @build_alias@
datadir = @datadir@
@@ -192,9 +193,6 @@ CTAGS:
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-top_distdir = ..
-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
-
distdir: $(DISTFILES)
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \