Make WvStreams compile with gcc 4.4.
[wvstreams.git] / autogen.sh
blobffbd60352078d245ab471ad82adfb257ab363dd3
1 #!/bin/sh
2 set -e
3 autoheader
4 autoconf
5 (cd argp && autoconf)