summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-17 17:30:57 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-17 17:30:57 +0000
commitc611b6d0cc50af72847ddb7c1d0f31aa3b18da25 (patch)
treeb46aaa66945072ef9b64c0a91131081c8d2a36f7 /configure.in
parentc9fe9f5850358765dbcd414943fd43443a56f094 (diff)
* configure.in (BUILTIN_ENCS): removed.
* common.mk (enc.mk): pass BUILTIN_ENCS from command line. * enc/depend: ditto. * enc/make_encmake.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14281 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index a89ef89d65..2ac140e334 100644
--- a/configure.in
+++ b/configure.in
@@ -1738,11 +1738,8 @@ tr -d '\015' < largefile.h > confdefs.h
BUILTIN_ENCS=["`sed -n -e '/^BUILTIN_ENCS[ ]*=/{' \
-e s/// -e :l -e '/\\\\$/N' -e 's/\\\\\\n/ /' -e 't l' -e p \
-e '}' "${srcdir}/enc/Makefile.in"`"]
-BUILTIN_ENCS="`echo $BUILTIN_ENCS`"
BUILTIN_ENCOBJS=
for e in $BUILTIN_ENCS; do BUILTIN_ENCOBJS="$BUILTIN_ENCOBJS `basename $e .c`"'.$(OBJEXT)'; done
-
-AC_SUBST(BUILTIN_ENCS)
AC_SUBST(BUILTIN_ENCOBJS)
AC_CONFIG_FILES($FIRSTMAKEFILE)