Diff for /np2/x11/autogen.sh between versions 1.3 and 1.10

version 1.3, 2011/12/16 11:07:33 version 1.10, 2012/02/04 09:09:05
Line 4  autoheader Line 4  autoheader
 automake -aci --foreign  automake -aci --foreign
 autoconf  autoconf
 rm -f config.h.in~  rm -f config.h.in~
 ./configure "$*"  ./configure "$@"
 ( cd ../np2tool && unzip -j -f np2tool.zip ) 2>&1 > /dev/null  rm -f ../np2tool/np2tool.d88
   ( cd ../np2tool && unzip -j -o np2tool.zip )
   make maintainer-clean > /dev/null 2>&1

Removed from v.1.3  
changed lines
  Added in v.1.10


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