File: 0005-configure.ac-Adjust-instruction-orders-to-suppress-w.patch

package info (click to toggle)
barcode 0.99-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,700 kB
  • sloc: ansic: 21,570; sh: 11,815; makefile: 26; sed: 16
file content (32 lines) | stat: -rw-r--r-- 715 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
From: Boyuan Yang <byang@debian.org>
Date: Tue, 23 Oct 2018 17:12:53 -0400
Subject: configure.ac: Adjust instruction orders to suppress warnings

---
 configure.ac | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/configure.ac b/configure.ac
index 991ba7c..2f91353 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,16 +5,15 @@ AC_INIT(barcode,
         bug-barcode@gnu.org)
 AC_PREREQ([2.65])
 
+AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])
-AM_INIT_AUTOMAKE([gnu])
+AC_CONFIG_HEADERS([config.h])
 
 AC_CANONICAL_HOST
 AC_CANONICAL_TARGET
 AC_CANONICAL_BUILD
 
-AC_CONFIG_MACRO_DIR([m4])
-
-AC_CONFIG_HEADERS([config.h])
+AM_INIT_AUTOMAKE([gnu])
 
 AC_USE_SYSTEM_EXTENSIONS