initial commit

This commit is contained in:
R-type
2015-12-14 14:00:35 +01:00
commit 5a96c0ca66
377 changed files with 149124 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
#! /bin/sh
autoheader
autoconf
echo
echo "Now you need to run the configure script. The configure script may take the"
echo "\"--target=TARGET\" option and various \"--enable-FEATURE\" and \"--with-PACKAGE\""
echo "options."
echo
echo "Run \"./configure --help\" to see all available options."
echo "Run \"./configure --help=short\" just to see the Atari800 FEATURE options."
echo "Run \"./configure --target=help\" without a parameter to see the valid targets."
echo