apple2ix/reconf.sh
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