blob: 212e7d1d45bda0e4dbb8b77cac2d3505ca5c3f29 (
plain)
1
2
3
4
5
6
7
|
#!/bin/sh
# This file exists to document the proper way to initialize autotools,
# and so that those used to the presence of bootstrap.sh or autogen.sh
# will have an eaiser time.
exec autoreconf -is -Wall,no-override
|