mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-02-17 17:19:35 +08:00
autogen.sh script to create configure, et al.
It's become custom to create a script called autogen.sh, which creates all the auto-generated files using all the appropriate auto* tools when run, so one doesn't have to worry about checking them into the repository. This seems like a good idea, follow suit.
This commit is contained in:
parent
82e15cd5b3
commit
2030bd21f4
7
autogen.sh
Executable file
7
autogen.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh -xe
|
||||
#
|
||||
# Simple script to run the appropriate autotools from a repository.
|
||||
#
|
||||
autoheader
|
||||
autoconf
|
||||
rm -rf autom4te.cache config.log
|
Loading…
Reference in New Issue
Block a user