File: autogen.sh

package info (click to toggle)
atari800 5.2.0-2
  • links: PTS, VCS
  • area: contrib
  • in suites: forky, sid, trixie
  • size: 7,196 kB
  • sloc: ansic: 86,829; asm: 18,694; sh: 3,173; cpp: 2,798; java: 2,453; xml: 957; makefile: 727; perl: 334; pascal: 178
file content (20 lines) | stat: -rwxr-xr-x 554 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#! /bin/sh

rm -rf autom4te.cache

aclocal -I m4
autoheader
autoconf
automake --add-missing

rm -rf autom4te.cache

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