From ac1d23b45b756cdc885d936d0e41d6a538e7fe26 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Tue, 12 Oct 2021 19:47:54 +0200 Subject: AC_INIT change to arguments on multiple lines This makes changes easier to read in diffs. --- libgphoto2_port/configure.ac | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'libgphoto2_port') diff --git a/libgphoto2_port/configure.ac b/libgphoto2_port/configure.ac index 2fe797c1b..13021c2af 100644 --- a/libgphoto2_port/configure.ac +++ b/libgphoto2_port/configure.ac @@ -1,6 +1,11 @@ dnl Process this file with autoreconf to produce a configure script. AC_PREREQ(2.62) -AC_INIT([libgphoto2 port access library], [0.12.0], [gphoto-devel@lists.sourceforge.net], [libgphoto2_port]) + +AC_INIT([libgphoto2 port access library], + [0.12.0], + [gphoto-devel@lists.sourceforge.net], + [libgphoto2_port]) + AC_CONFIG_SRCDIR([libgphoto2_port/gphoto2-port-version.c]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([auto-m4]) -- cgit v1.2.1