summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2003-09-01 04:20:40 +0000
committerH. Peter Anvin <hpa@zytor.com>2003-09-01 04:20:40 +0000
commit8229cfe83f1f88cd2a9d4914def60c11f368457d (patch)
tree29e73c3da0ced943125f4be665c76d63b81706b9 /misc
parent2ef2f06125e19f57d5366c8fe4210deaa3e5bfd4 (diff)
downloadnasm-8229cfe83f1f88cd2a9d4914def60c11f368457d.tar.gz
Add autoheader command
Diffstat (limited to 'misc')
-rwxr-xr-xmisc/release1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/release b/misc/release
index fb16996f..f3497c43 100755
--- a/misc/release
+++ b/misc/release
@@ -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