blob: db986fd3c6ffeec6a63378cf8674ee707255604a (
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
|