9 lines
168 B
Bash
9 lines
168 B
Bash
|
|
xdtAutogenPhase() {
|
||
|
|
mkdir -p m4
|
||
|
|
NOCONFIGURE=1 xdt-autogen
|
||
|
|
}
|
||
|
|
|
||
|
|
if [ -z "${dontUseXdtAutogenPhase-}" ]; then
|
||
|
|
appendToVar preConfigurePhases xdtAutogenPhase
|
||
|
|
fi
|