File:  [RetroPC.NET] / np2 / x11 / autogen.sh
Revision 1.2: download - view: text, annotated - select for diffs
Fri Dec 16 19:42:23 2011 JST (13 years, 10 months ago) by monaka
Branches: MAIN
CVS tags: HEAD
np2tool.d88

#!/bin/sh
aclocal
autoheader
automake -aci --foreign
autoconf
rm -f config.h.in~
./configure "$*"
( cd ../np2tool && unzip -j np2tool.zip ) 2>&1 > /dev/null

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