7 lines
83 B
Plaintext
7 lines
83 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
AUTOMAKE="automake --add-missing"
|
||
|
export AUTOMAKE
|
||
|
|
||
|
exec autoreconf "$@"
|