autogen.sh: just do "make autoconf"

We require GNU make, so we can have autoconf built from inside the
Makefile.  Just make autogen.sh do "make autoconf" for convenience.
This commit is contained in:
H. Peter Anvin 2009-02-16 14:53:50 -08:00
parent e7a5fc2d68
commit 2f3a775f85

View file

@ -1,3 +1,2 @@
#!/bin/sh
autoheader
autoconf
make autoconf