$NetBSD: patch-ai,v 1.4 2006/09/11 04:14:31 epg Exp $

--- gen-make.py.orig	2006-04-16 06:26:16.000000000 -0400
+++ gen-make.py
@@ -91,6 +91,13 @@ def _usage_exit():
   print "           increase the speed of frequent rebuilds."
   print "           *** Do not use unless you understand the consequences. ***"
   print
+  print "  UNIX-specific options:"
+  print
+  print "  --installed-libs"
+  print "           Comma-separated list of Subversion libraries to find"
+  print "           pre-installed instead of building (probably only"
+  print "           useful for packagers)"
+  print
   print "  Windows-specific options:"
   print
   print "  --with-apr=DIR"
@@ -195,6 +202,7 @@ if __name__ == '__main__':
                                 'enable-quantify',
                                 'enable-nls',
                                 'enable-bdb-in-apr-util',
+                                'installed-libs=',
                                 'vsnet-version=',
                                 ])
     if len(args) > 1:
