blob: c0b95d3dd0b6aa7e6f2ec1ef9fca8add8f26849f (
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.
autoreconf -i
|