+2001-06-15 Bruno Haible <haible@clisp.cons.org>
+
+ * configure.in: Remove post-processing of tests/Makefile.
+
2001-06-10 Bruno Haible <haible@clisp.cons.org>
* configure.in: Add test for cross compilation and for PERL.
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.13)
-AC_REVISION($Revision: 1.32 $)
+AC_REVISION($Revision: 1.33 $)
AC_INIT(src/msgfmt.c)
AM_INIT_AUTOMAKE(gettext, 0.11)
RELEASE_DATE=2001-05-23 dnl in "date +%Y-%m-%d" format
sed -e "s/list='\\\$(lisp_LISP)'; for/list='\$(lisp_LISP)'; test '\$(EMACS)' = no || for/" \
< misc/Makefile > misc/Makefile.tmp
mv misc/Makefile.tmp misc/Makefile
- dnl Workaround another automake-1.4 bug which forgets to add $(EXEEXT)
- dnl suffixes to elements of EXTRA_PROGRAMS. It does correctly add the suffix
- dnl to the elements of bin_PROGRAMS.
-changequote(,)dnl
- sed -e '/^EXTRA_PROGRAMS = /{' -e 's/\([a-z0-9_]\)\( \)/\1\$(EXEEXT)\2/g' -e 's/\([a-z0-9_]\)$/\1\$(EXEEXT)/g' -e '}' \
- < tests/Makefile > tests/Makefile.tmp
-changequote([, ])dnl
- mv tests/Makefile.tmp tests/Makefile
])
+2001-06-15 Bruno Haible <haible@clisp.cons.org>
+
+ * Makefile.am (noinst_PROGRAMS): New variable.
+ (EXTRA_PROGRAMS, CLEANFILES): Remove variables.
+ (all-local): Remove target.
+
2001-06-10 Bruno Haible <haible@clisp.cons.org>
* msgmerge-10: New file.
LDADD = $(LDADD_@USE_INCLUDED_LIBINTL@)
LDADD_yes = ../intl/libintl.la
LDADD_no = ../intl/libgnuintl.la @INTLLIBS@
-EXTRA_PROGRAMS = tstgettext tstngettext cake
+noinst_PROGRAMS = tstgettext tstngettext cake
tstgettext_SOURCES = tstgettext.c setlocale.c
tstgettext_LDADD = ../lib/libnlsut.a $(LDADD)
tstngettext_SOURCES = tstngettext.c setlocale.c
tstngettext_LDADD = ../lib/libnlsut.a $(LDADD)
cake_SOURCES = plural-1-prg.c setlocale.c
-all-local: $(EXTRA_PROGRAMS)
-CLEANFILES = $(EXTRA_PROGRAMS)