Add autoheader command

This commit is contained in:
H. Peter Anvin 2003-09-01 04:20:40 +00:00
parent 2ef2f06125
commit 8229cfe83f

View File

@ -79,6 +79,7 @@ find nasm -type d -name CVS -print | xargs rm -rf
# Create files which are in the release but automatically generated
cd nasm
autoheader
autoconf
./configure --prefix=/usr/local
make dist