summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-06-15 16:35:29 +0000
committerBruno Haible <bruno@clisp.org>2001-06-15 16:35:29 +0000
commita7eb9c9a8b9ef03063c498f89cd98660040ccc12 (patch)
tree372aee8544e98a88258ecb79ed9fdc3d5d8c4f15 /configure.in
parentd287a636aeb99be476c641ea6cf0a13cec9535f0 (diff)
downloadexternal_gettext-a7eb9c9a8b9ef03063c498f89cd98660040ccc12.zip
external_gettext-a7eb9c9a8b9ef03063c498f89cd98660040ccc12.tar.gz
external_gettext-a7eb9c9a8b9ef03063c498f89cd98660040ccc12.tar.bz2
Better use of automake.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in10
1 files changed, 1 insertions, 9 deletions
diff --git a/configure.in b/configure.in
index 944cf95..7f9a1ac 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
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
@@ -134,12 +134,4 @@ changequote([, ])dnl
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
])