1
0
mirror of https://github.com/mauiaaron/apple2.git synced 2025-01-24 20:31:12 +00:00
asc 3abd2e87aa Refactor to use GNU build tools
* Added configure.ac and non-recursive Makefile.am
    * Modularized source into subdirectories
    * Simplified header inclusion
2014-01-22 20:51:50 -08:00

13 lines
102 B
Bash
Executable File

#!/bin/sh
set -x
rm -f config.cache
aclocal
autoconf
autoheader
automake -a --warnings=all
set +x