File:  [RetroPC.NET] / np2 / x11 / autogen.sh
Revision 1.8: download - view: text, annotated - select for diffs
Wed Feb 1 09:51:33 2012 JST (13 years, 8 months ago) by monaka
Branches: MAIN
CVS tags: HEAD
cosmetic

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

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