mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 03:05:48 +03:00
15 lines
387 B
Diff
15 lines
387 B
Diff
Upstream: Should be
|
|
Reason: Fixes regenerating with autoconf270
|
|
|
|
diff --git a/configure.ac b/configure.ac
|
|
index b9f670e..b1695ad 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -18,7 +18,6 @@ lt_revision="0"
|
|
lt_age="0"
|
|
LTLDFLAGS="-version-info ${lt_current}:${lt_revision}:${lt_age}"
|
|
|
|
-AC_CONFIG_MACRO_DIR([m4])
|
|
AM_INIT_AUTOMAKE([foreign -Wall -Werror])
|
|
AC_CONFIG_MACRO_DIR([m4])
|
|
|