File:  [RetroPC.NET] / np2 / x11 / autogen.sh
Revision 1.5: download - view: text, annotated - select for diffs
Fri Dec 16 21:04:01 2011 JST (13 years, 10 months ago) by monaka
Branches: MAIN
CVS tags: HEAD
unzip: do overwrite.

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

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