diff options
author | H. Peter Anvin <hpa@zytor.com> | 2003-09-01 04:20:40 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2003-09-01 04:20:40 +0000 |
commit | 8229cfe83f1f88cd2a9d4914def60c11f368457d (patch) | |
tree | 29e73c3da0ced943125f4be665c76d63b81706b9 /misc | |
parent | 2ef2f06125e19f57d5366c8fe4210deaa3e5bfd4 (diff) | |
download | nasm-8229cfe83f1f88cd2a9d4914def60c11f368457d.tar.gz nasm-8229cfe83f1f88cd2a9d4914def60c11f368457d.tar.bz2 nasm-8229cfe83f1f88cd2a9d4914def60c11f368457d.zip |
Add autoheader command
Diffstat (limited to 'misc')
-rwxr-xr-x | misc/release | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/release b/misc/release index fb16996..f3497c4 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 |