summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2021-10-18 05:16:31 +0200
committerHans Ulrich Niedermann <hun@n-dimensional.de>2021-10-25 00:18:23 +0200
commitb75bca666a9a4c4ad51c3b119c044c7f62462d85 (patch)
treef9890fb016c5ed2167dea03aeab8a88117fa141a /configure.ac
parent208a49c2638eaf63d959ea0cba4eac4fec31b0be (diff)
downloadlibgphoto2-b75bca666a9a4c4ad51c3b119c044c7f62462d85.tar.gz
Here document: Use <<EOF everywhere
Using EOF does the job, is well readable, and there is just no reason to use any other string. On the contrary, it may cause additional trouble when using m4_pattern_forbid.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index e5abea2c8..da99fccfb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -677,7 +677,7 @@ dnl Just enabling "foo" often does not make a camera made by
dnl manufacturer "Foo" work.
GP_CAMLIBS_CONDITIONAL_WARNING
-cat<<_GP_EOF
+cat<<EOF
Please check whether the configuration I have detected matches what
you would like to have. E.g. make sure that USB support is there if
you intend to use USB cameras with ${PACKAGE_NAME}.
@@ -685,4 +685,4 @@ you intend to use USB cameras with ${PACKAGE_NAME}.
Please also check that PKG_CONFIG_PATH contains
${pkgconfigdir}
before compiling any libgphoto2 frontend.
-_GP_EOF
+EOF