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