Diff for /np2/x11/autogen.sh between versions 1.2 and 1.7

version 1.2, 2011/12/16 10:42:23 version 1.7, 2012/01/22 21:56:51
Line 5  automake -aci --foreign Line 5  automake -aci --foreign
 autoconf  autoconf
 rm -f config.h.in~  rm -f config.h.in~
 ./configure "$*"  ./configure "$*"
 ( cd ../np2tool && unzip -j np2tool.zip ) 2>&1 > /dev/null  rm -f ../np2tool/np2tool.d88
   ( cd ../np2tool && unzip -j -o np2tool.zip )
   make maintainer-clean 2>&1 > /dev/null

Removed from v.1.2  
changed lines
  Added in v.1.7


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