summaryrefslogtreecommitdiff
path: root/libgphoto2_port
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2021-10-12 19:48:40 +0200
committerHans Ulrich Niedermann <hun@n-dimensional.de>2021-11-03 22:03:06 +0100
commite11841b3fcd6da12bbc60472d02479021fc792d4 (patch)
tree42c0e12db13e85a3e7c83f0943ac8d490b8c2c74 /libgphoto2_port
parenta04da934dcdb2f6e12a33755c68d433fa6854822 (diff)
downloadlibgphoto2-e11841b3fcd6da12bbc60472d02479021fc792d4.tar.gz
AC_CONFIG_FILES change to indented multi-line form
Diffstat (limited to 'libgphoto2_port')
-rw-r--r--libgphoto2_port/configure.ac18
1 files changed, 9 insertions, 9 deletions
diff --git a/libgphoto2_port/configure.ac b/libgphoto2_port/configure.ac
index bcd49b16f..0e26e9e31 100644
--- a/libgphoto2_port/configure.ac
+++ b/libgphoto2_port/configure.ac
@@ -564,15 +564,15 @@ AC_SUBST([AM_LDFLAGS])
# Create output files
# ---------------------------------------------------------------------------
AC_CONFIG_FILES([
-Makefile
-po/Makefile.in
-libgphoto2_port/Makefile
-libgphoto2_port.pc
-libgphoto2_port-uninstalled.pc
-gphoto2-port-config
-tests/Makefile
-doc/Makefile
-gphoto-m4/Makefile
+ Makefile
+ po/Makefile.in
+ libgphoto2_port/Makefile
+ libgphoto2_port.pc
+ libgphoto2_port-uninstalled.pc
+ gphoto2-port-config
+ tests/Makefile
+ doc/Makefile
+ gphoto-m4/Makefile
])
AC_OUTPUT