зеркало из https://github.com/github/ruby.git
Makefile.in: CONFIGURE
* Makefile.in (CONFIGURE): make configure script name selectable. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50020 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
5e132260c4
Коммит
663eefcb6f
|
@ -22,6 +22,7 @@ LD = @LD@
|
|||
YACC = bison
|
||||
PURIFY =
|
||||
AUTOCONF = autoconf
|
||||
CONFIGURE = @CONFIGURE@
|
||||
@SET_MAKE@
|
||||
MKFILES = @MAKEFILES@
|
||||
BASERUBY = @BASERUBY@
|
||||
|
@ -298,8 +299,8 @@ reconfig config.status: $(srcdir)/configure $(srcdir)/enc/Makefile.in \
|
|||
@PWD= MINIRUBY="$(MINIRUBY)"; export MINIRUBY; \
|
||||
set $(SHELL) $($@-args); $(reconfig-exec-$(V))
|
||||
|
||||
$(srcdir)/configure: $(srcdir)/configure.in
|
||||
$(CHDIR) $(srcdir) && exec $(AUTOCONF)
|
||||
$(srcdir)/$(CONFIGURE): $(srcdir)/configure.in
|
||||
$(CHDIR) $(srcdir) && exec $(AUTOCONF) -o $(@F)
|
||||
|
||||
incs: id.h
|
||||
all-incs: probes.h
|
||||
|
|
|
@ -4104,6 +4104,7 @@ AC_SUBST(vendordir)dnl
|
|||
AC_SUBST(vendorlibdir)dnl
|
||||
AC_SUBST(vendorarchdir)dnl
|
||||
|
||||
AC_SUBST(CONFIGURE, "`echo $0 | sed 's|.*/||'`")dnl
|
||||
AC_SUBST(configure_args, "`echo "${ac_configure_args}" | sed 's/\\$/$$/g'`")dnl
|
||||
|
||||
if test "${universal_binary-no}" = yes ; then
|
||||
|
|
Загрузка…
Ссылка в новой задаче