From 79fb3aba4509261a643c293c17e895dded85d3eb Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Fri, 7 Dec 2001 16:07:36 +0000 Subject: made it work again git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@3432 67ed7778-7388-44ab-90cf-0a291f65f57c --- gphoto2-config.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'gphoto2-config.in') diff --git a/gphoto2-config.in b/gphoto2-config.in index f205a8f65..6e8cd3ce7 100644 --- a/gphoto2-config.in +++ b/gphoto2-config.in @@ -1,5 +1,8 @@ #! /bin/sh +# leave these definitions here +# they are required for correct interpolation of +# @libdir@ and @includedir@ later on prefix="@prefix@" exec_prefix="@exec_prefix@" @@ -39,7 +42,7 @@ while test $# -gt 0; do ;; --prefix) - echo "${prefix}" + echo "@prefix@" ;; --version) -- cgit v1.2.1