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

* configure.in: remove PACKAGE_* macros generated by autotools.

[ruby-core:20938]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23827 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2009-06-23 03:44:01 +00:00
parent cb5eb54da7
commit 12811c5932
2 changed files with 7 additions and 6 deletions

View file

@ -1,3 +1,8 @@
Tue Jun 23 12:43:56 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* configure.in: remove PACKAGE_* macros generated by autotools.
[ruby-core:20938]
Tue Jun 23 01:17:38 2009 Tanaka Akira <akr@fsij.org>
* ruby.c (process_options): don't specify .so for encdb here.

View file

@ -2505,12 +2505,8 @@ AC_SUBST(MANTYPE)
arch_hdrdir="${EXTOUT}/include/${arch}/ruby"
$MAKEDIRS "${arch_hdrdir}"
config_h="${arch_hdrdir}/config.h"
if test -f "${config_h}" && tr -d '\015' < confdefs.h | cmp -s "${config_h}" -; then
echo "config.h unchanged"
else
echo "creating config.h"
tr -d '\015' < confdefs.h > "${config_h}"
fi
tr -d '\015' < confdefs.h | grep -v "^#define PACKAGE_" |
${srcdir}/tool/ifchange "${config_h}" -
tr -d '\015' < largefile.h > confdefs.h
rm largefile.h