mirror of
https://github.com/mauiaaron/apple2.git
synced 2024-11-04 18:04:40 +00:00
3abd2e87aa
* Added configure.ac and non-recursive Makefile.am * Modularized source into subdirectories * Simplified header inclusion
13 lines
102 B
Bash
Executable File
13 lines
102 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -x
|
|
|
|
rm -f config.cache
|
|
|
|
aclocal
|
|
autoconf
|
|
autoheader
|
|
automake -a --warnings=all
|
|
|
|
set +x
|