mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04:00
7 lines
153 B
Bash
Executable file
7 lines
153 B
Bash
Executable file
#!/bin/sh -xe
|
|
#
|
|
# Simple script to run the appropriate autotools from a repository.
|
|
#
|
|
autoheader
|
|
autoconf
|
|
rm -rf autom4te.cache config.log config.status
|