summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2000-07-29 02:02:54 +0000
committerBruno Haible <bruno@clisp.org>2000-07-29 02:02:54 +0000
commit2c3d99710370fb090cfd0c792204027fab0cad93 (patch)
tree4ea9d91d6756716c052fe37bd9be765d848fc93e /Makefile.in
parent186a26007da68f47ede350a73403254850f37361 (diff)
downloadexternal_gettext-2c3d99710370fb090cfd0c792204027fab0cad93.zip
external_gettext-2c3d99710370fb090cfd0c792204027fab0cad93.tar.gz
external_gettext-2c3d99710370fb090cfd0c792204027fab0cad93.tar.bz2
Use "automake --gnits --include-deps" now. This makes the source dir
consistent with later releases.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in11
1 files changed, 3 insertions, 8 deletions
diff --git a/Makefile.in b/Makefile.in
index 7182437..745ede6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -103,7 +103,7 @@ ACLOCAL_AMFLAGS = -I m4
gettextsrcdir = $(datadir)/gettext
gettextsrc_DATA = ABOUT-NLS
-EXTRA_DIST = BUGS DISCLAIM README.gemtext
+EXTRA_DIST = BUGS DISCLAIM README.gemtext aclocal.sh
SUBDIRS = doc lib intl src po m4 misc tests
DISTCLEANFILES = intl/libintl.h
@@ -126,9 +126,9 @@ GZIP_ENV = --best
all: all-redirect
.SUFFIXES:
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
- cd $(top_srcdir) && $(AUTOMAKE) --gnits Makefile
+ cd $(top_srcdir) && $(AUTOMAKE) --gnits --include-deps Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
cd $(top_builddir) \
&& CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
@@ -319,11 +319,6 @@ distdir: $(DISTFILES)
-rm -rf $(distdir)
mkdir $(distdir)
-chmod 777 $(distdir)
- here=`cd $(top_builddir) && pwd`; \
- top_distdir=`cd $(distdir) && pwd`; \
- distdir=`cd $(distdir) && pwd`; \
- cd $(top_srcdir) \
- && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnits Makefile
@for file in $(DISTFILES); do \
d=$(srcdir); \
if test -d $$d/$$file; then \