]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Regenerated. v0.10.40
authorBruno Haible <bruno@clisp.org>
Sat, 15 Sep 2001 01:33:39 +0000 (01:33 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 28 Jun 2009 14:35:54 +0000 (16:35 +0200)
Makefile.in

index 077b3236377bc5331fe362d60b8f1cdad17a2e37..344bb85aed6d65e7e2a51dd1abd4f274c1e77028 100644 (file)
@@ -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)