File: autoconf-m4.patch

package info (click to toggle)
sysfsutils 2.1.0%2Brepack-7
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,180 kB
  • sloc: sh: 8,705; ansic: 8,026; makefile: 43
file content (14 lines) | stat: -rw-r--r-- 448 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Author: Aurelien Jarno <aurel32@debian.org>
Description: Add missing declaration for macro directory so that autoreconf
 does not fail.
Forwarded: yes

--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,6 @@
 # Process this file with autoconf to produce a configure script.
 AC_INIT(sysfsutils, 2.1.0, linux-diag-devel@lists.sourceforge.net)
+AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([config.h.in])
 AM_CONFIG_HEADER([config.h])