summaryrefslogtreecommitdiff
path: root/gphoto2-config.in
diff options
context:
space:
mode:
Diffstat (limited to 'gphoto2-config.in')
-rw-r--r--gphoto2-config.in5
1 files changed, 4 insertions, 1 deletions
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)