File:  [RetroPC.NET] / np2 / x11 / autogen.sh
Revision 1.9: download - view: text, annotated - select for diffs
Sat Feb 4 05:16:56 2012 JST (13 years, 8 months ago) by monaka
Branches: MAIN
CVS tags: HEAD
move extracting np2tool.

#!/bin/sh
aclocal
autoheader
automake -aci --foreign
autoconf
rm -f config.h.in~
./configure "$@"
make maintainer-clean > /dev/null 2>&1

RetroPC.NET-CVS <cvs@retropc.net>