libmtp: bump version.

This commit is contained in:
Jerome Duval
2017-04-13 20:59:34 +02:00
parent 84d702749e
commit 99004af870
2 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,22 @@
From 36f3dc0b697879b7242176eb9f95144634112cc2 Mon Sep 17 00:00:00 2001
From: Jerome Duval <jerome.duval@gmail.com>
Date: Wed, 21 May 2014 21:24:57 +0000
Subject: fix configure.ac
diff --git a/configure.ac b/configure.ac
index 600105b..c40c587 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_INIT([libmtp], [1.1.12], [libmtp-discuss@lists.sourceforge.net])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_SRCDIR([src/libmtp.c])
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
# Checks for programs.
AC_PROG_CC
--
1.8.3.4