File:  [RetroPC.NET] / np2 / x11 / autogen.sh
Revision 1.7: download - view: text, annotated - select for diffs
Mon Jan 23 06:56:51 2012 JST (13 years, 9 months ago) by monaka
Branches: MAIN
CVS tags: HEAD
remove np2tool.d88 before unzip'ed

#!/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 2>&1 > /dev/null

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