confuse, bump version (#2710)

This commit is contained in:
Schrijvers Luc
2018-06-24 05:23:44 +02:00
committed by waddlesplash
parent bd6b49cbf2
commit c8b941a09c
2 changed files with 108 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
From 04010ed74a00018ef65b2b3cdbbadc90ca659f2e Mon Sep 17 00:00:00 2001
From: begasus <begasus@gmail.com>
Date: Mon, 18 Jun 2018 21:43:32 +0200
Subject: import previous patch
diff --git a/configure.ac b/configure.ac
index 5178d36..1735c5a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,7 @@ AM_MAINTAINER_MODE
AM_INIT_AUTOMAKE([foreign dist-xz])
AM_SILENT_RULES([no])
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADER(config.h)
AC_CONFIG_SRCDIR(src/confuse.c)
# Checks for programs.
--
2.16.4