From 60e7b4d995e83176647c3199ef31c6bb6558ab83 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 23 Nov 2006 18:03:11 +0000 Subject: r19863: Create -uninstalled.pc files. This should reenable compilation and running of the pidl testsuite as part of the testsuite. (This used to be commit db237ad52f3a42c7b35753df99549ed6d540cec2) --- source4/script/pkg-config | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/script/pkg-config') diff --git a/source4/script/pkg-config b/source4/script/pkg-config index 434a696946..72a458b815 100755 --- a/source4/script/pkg-config +++ b/source4/script/pkg-config @@ -27,6 +27,7 @@ if ($opt_help) { print "pkg-config replacement in perl\n"; print "Copyright (C) 2006 Jelmer Vernooij \n"; print "\n"; + print "Usage: pkg-config [OPTIONS] PACKAGE...\n"; print " --help Print this help message\n"; print " --static Print flags for static libraries\n"; print " --libs Print linker flags\n"; -- cgit