mirror of
https://github.com/php/php-gtk-src.git
synced 2026-03-26 10:12:19 +01:00
- Fixed buildconf with new phpize which does not run aclocal anymore # The problem is actually with multiple versions of auto* tools. # Best way to fix that once and for all is to get totally rid of the # aclocal requirement. :) # There is a reason why all automake crap was removed in PHP..
4 lines
59 B
Bash
Executable File
4 lines
59 B
Bash
Executable File
#! /bin/sh
|
|
|
|
${MAKE:-make} -f build2/build.mk cvsclean-work
|