Advertisement
Guest User

Untitled

a guest
May 22nd, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. --- build/build2.mk 2010-05-02 10:32:32.896371436 +0200
  2. +++ build/build2.mk 2010-05-01 12:36:39.307599756 +0200
  3. @@ -29,7 +29,7 @@
  4.  
  5. targets = $(TOUCH_FILES) configure $(config_h_in)
  6.  
  7. -PHP_AUTOCONF ?= 'autoconf'
  8. +PHP_AUTOCONF ?= 'autoconf-2.13'
  9. PHP_AUTOHEADER ?= 'autoheader'
  10.  
  11. SUPPRESS_WARNINGS ?= 2>&1 | (egrep -v '(AC_TRY_RUN called without default to allow cross compiling|AC_PROG_CXXCPP was called before AC_PROG_CXX|defined in acinclude.m4 but never used|AC_PROG_LEX invoked multiple times|AC_DECL_YYTEXT is expanded from...|the top level)'||true)
  12.  
  13. --- build/buildcheck.sh 2010-05-02 10:31:52.566140604 +0200
  14. +++ build/buildcheck.sh 2010-05-01 12:36:32.556767101 +0200
  15. @@ -25,7 +25,7 @@
  16.  
  17. # Allow the autoconf executable to be overridden by $PHP_AUTOCONF.
  18. if test -z "$PHP_AUTOCONF"; then
  19. - PHP_AUTOCONF='autoconf'
  20. + PHP_AUTOCONF='autoconf-2.13'
  21. fi
  22.  
  23. # autoconf 2.13 or newer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement