27 lines
769 B
Diff
27 lines
769 B
Diff
From c178e8f982802db37fcf6173331bcc7a8128f4ee Mon Sep 17 00:00:00 2001
|
|
From: wangjia <wangjia55@huawei.com>
|
|
Date: Thu, 20 Dec 2018 03:04:48 +0000
|
|
Subject: [PATCH] libidn2: fix compile error about missing aclocal
|
|
|
|
reason: fix compile error about missing aclocal
|
|
---
|
|
configure | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/configure b/configure
|
|
index 8651a7a..31a5ed9 100755
|
|
--- a/configure
|
|
+++ b/configure
|
|
@@ -3285,7 +3285,7 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
|
|
ac_config_headers="$ac_config_headers config.h"
|
|
|
|
|
|
-am__api_version='1.15'
|
|
+am__api_version='1.16'
|
|
|
|
# Find a good install program. We prefer a C program (faster),
|
|
# so one script is as good as another. But avoid the broken or
|
|
--
|
|
2.19.1
|
|
|