patch-autogen_sh 324 B

123456789101112
  1. $OpenBSD: patch-autogen_sh,v 1.1.1.1 2006/10/16 11:42:04 steven Exp $
  2. --- autogen.sh.orig Sat Oct 7 18:10:35 2006
  3. +++ autogen.sh Sat Oct 7 18:10:43 2006
  4. @@ -18,6 +18,6 @@ libtoolize --force
  5. automake --foreign --add-missing --ignore-deps
  6. # and finally invoke our new configure
  7. -./configure $*
  8. +#./configure $*
  9. # end