README(.md) update and reformat to fit GitHub.
[libswd.git] / autogen.sh
blob5ee00721eb7b7306ed498c7848d891e548466f8b
1 #!/bin/sh
2 mkdir m4
3 if autoreconf -i -v -f ; then
4 echo
5 echo "autoreconf done."
6 echo
7 else
8 echo
9 echo "autoreconf failed."
10 echo
11 exit 1