Switch from `guile-1.8.pc' to `guile-2.0.pc'.
[bpt/guile.git] / meta / guile-config
index 7304ae2..6c640c4 100755 (executable)
@@ -4,7 +4,7 @@ exec guile -e main -s $0 "$@"
 ;;;; guile-config --- utility for linking programs with Guile
 ;;;; Jim Blandy <jim@red-bean.com> --- September 1997
 ;;;; 
-;;;;   Copyright (C) 1998, 2001, 2004, 2005, 2006, 2008 Free Software Foundation, Inc.
+;;;;   Copyright (C) 1998, 2001, 2004, 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
 ;;;; 
 ;;;; This library is free software; you can redistribute it and/or
 ;;;; modify it under the terms of the GNU Lesser General Public
@@ -71,7 +71,7 @@ exec guile -e main -s $0 "$@"
     (dle "  " p " --help      - show usage info (this message)")
     (dle "  " p " --help SUBCOMMAND - show help for SUBCOMMAND")))
 
-(define guile-module "guile-1.8")
+(define guile-module "guile-2.0")
 
 (define (pkg-config . args)
   (let* ((real-args (cons "pkg-config" args))