mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-27 08:10:07 +08:00
8 lines
139 B
Bash
8 lines
139 B
Bash
|
#!/bin/sh -xe
|
||
|
#
|
||
|
# Simple script to run the appropriate autotools from a repository.
|
||
|
#
|
||
|
autoheader
|
||
|
autoconf
|
||
|
rm -rf autom4te.cache config.log
|