]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Merge Makefile.am's AUTOMAKE_OPTIONS into configure.ac's AM_INIT_AUTOMAKE.
authorMatthias Andree <matthias.andree@gmx.de>
Fri, 17 Jul 2020 17:19:18 +0000 (19:19 +0200)
committerGert Doering <gert@greenie.muc.de>
Fri, 17 Jul 2020 21:10:31 +0000 (23:10 +0200)
Else one location overwrites options from the other.

Signed-off-by: Matthias Andree <matthias.andree@gmx.de>
Acked-by: David Sommerseth <davids@openvpn.net>
Message-Id: <20200717171918.230727-1-matthias.andree@gmx.de>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg20462.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
Makefile.am
configure.ac

index 439120e41f831dd32e592e1df31b95daf28c722d..d1c10fc577f60da2a75e428cf74f088ec297faaf 100644 (file)
@@ -23,9 +23,6 @@
 #  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 #
 
-# This option prevents autoreconf from overriding our COPYING and
-# INSTALL targets:
-AUTOMAKE_OPTIONS = foreign 1.9
 ACLOCAL_AMFLAGS = -I m4
 
 MAINTAINERCLEANFILES = \
index 45148892618c96c8b784b511c5721f1b2ccbeb55..8ed83bc22f0545f0e69211a0633adc0af19428ad 100644 (file)
@@ -54,7 +54,9 @@ m4_define([serial_tests], [
                 awk '{split ($NF,a,"."); if (a[1] == 1 && a[2] >= 12) { print "serial-tests" }}'
     ])
 ])
-AM_INIT_AUTOMAKE(foreign serial_tests) dnl NB: Do not [quote] this parameter.
+# This foreign option prevents autoreconf from overriding our COPYING and
+# INSTALL targets:
+AM_INIT_AUTOMAKE(foreign serial_tests 1.9) dnl NB: Do not [quote] this parameter.
 AC_CANONICAL_HOST
 AC_USE_SYSTEM_EXTENSIONS