1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* configure.in (BUILTIN_ENCS): splitted command line instead of

semicolons for Solaris.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14244 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2007-12-15 13:27:41 +00:00
parent 5fcbf61023
commit 0481de5db5
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Sat Dec 15 22:27:39 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
* configure.in (BUILTIN_ENCS): splitted command line instead of
semicolons for Solaris.
Sat Dec 15 21:38:24 2007 Tanaka Akira <akr@fsij.org>
* lib/timeout.rb: join the background thread to make sure it is dead.

View file

@ -1736,7 +1736,9 @@ fi
tr -d '\015' < largefile.h > confdefs.h
test -d enc || mkdir enc
BUILTIN_ENCS=["`sed -n '/^BUILTIN_ENCS[ ]*=/{s///;:l;/\\\\$/N;s/\\\\\\n/ /;t l;p}' \"${srcdir}/enc/Makefile.in\"`"]
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`"
EXTERNAL_ENCS=
for e in "${srcdir}/enc"/*.c; do