summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-09-15 01:33:39 +0000
committerBruno Haible <bruno@clisp.org>2009-06-28 16:35:54 +0200
commit0789aef1e2fdbe4c3c92bcdde2af8ddf609113fe (patch)
tree054325183719771c791f5d4ebd8642e4de19a5d8
parent04409852468556160e88aa90c4270a761d797898 (diff)
downloadgettext-0.10.40.tar.gz
Regenerated.v0.10.40
-rw-r--r--Makefile.in14
1 files changed, 5 insertions, 9 deletions
diff --git a/Makefile.in b/Makefile.in
index 077b32363..344bb85ae 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -101,7 +101,7 @@ YACC = @YACC@
aclocaldir = @aclocaldir@
lispdir = @lispdir@
-AUTOMAKE_OPTIONS = 1.3 gnits
+AUTOMAKE_OPTIONS = 1.4 gnu
MAINT_CHARSET = latin1
ACLOCAL = ./aclocal.sh @ACLOCAL@
ACLOCAL_AMFLAGS = -I m4
@@ -120,9 +120,9 @@ CONFIG_CLEAN_FILES =
DATA = $(gettextsrc_DATA)
DIST_COMMON = README ./stamp-h.in ABOUT-NLS AUTHORS COPYING ChangeLog \
-INSTALL Makefile.am Makefile.in NEWS README-alpha THANKS TODO \
-acconfig.h aclocal.m4 config.guess config.h.in config.sub configure \
-configure.in install-sh ltmain.sh missing mkinstalldirs
+INSTALL Makefile.am Makefile.in NEWS THANKS TODO acconfig.h aclocal.m4 \
+config.guess config.h.in config.sub configure configure.in install-sh \
+ltmain.sh missing mkinstalldirs
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
@@ -132,7 +132,7 @@ GZIP_ENV = --best
all: all-redirect
.SUFFIXES:
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
- cd $(top_srcdir) && $(AUTOMAKE) --gnits --include-deps Makefile
+ cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
cd $(top_builddir) \
@@ -322,10 +322,6 @@ dist-all: distdir
GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
-rm -rf $(distdir)
distdir: $(DISTFILES)
- @if sed 15q $(srcdir)/NEWS | fgrep -e "$(VERSION)" > /dev/null; then :; else \
- echo "NEWS not updated; not releasing" 1>&2; \
- exit 1; \
- fi
-rm -rf $(distdir)
mkdir $(distdir)
-chmod 777 $(distdir)