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): removed escapes for OpenBSD.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14250 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2007-12-16 05:52:01 +00:00
parent 22456e709d
commit b7beb63b0b
2 changed files with 4 additions and 2 deletions

View file

@ -1,8 +1,10 @@
Sun Dec 16 00:36:42 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
Sun Dec 16 14:51:59 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
* configure.in (MAKEFILES): should be enc/Makefile, not GNUmakefile.
[ruby-dev:32609]
* configure.in (BUILTIN_ENCS): removed escapes for OpenBSD.
Sat Dec 15 23:58:46 2007 Tanaka Akira <akr@fsij.org>
* test/openssl/test_pair.rb (SSLPair#ssl_pair): join the thread, even

View file

@ -1738,7 +1738,7 @@ tr -d '\015' < largefile.h > confdefs.h
test -d enc || mkdir enc
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\"`"]
-e '}' "${srcdir}/enc/Makefile.in"`"]
BUILTIN_ENCS="`echo $BUILTIN_ENCS`"
EXTERNAL_ENCS=
for e in "${srcdir}/enc"/*.c; do