summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Roskin <plroskin@gmail.com>2016-02-11 23:40:27 -0800
committerPavel Roskin <plroskin@gmail.com>2016-02-12 23:52:45 -0800
commit0e75e13b425547a829ec9fb3a99c2ad68e6f5420 (patch)
tree4671dfe7810681c13dcec30297d5dee73058cdd3
parent04fc814efd6d1fbcd06963d07d2027ccaf86936e (diff)
downloadxrdp-proprietary-0e75e13b425547a829ec9fb3a99c2ad68e6f5420.tar.gz
xrdp-proprietary-0e75e13b425547a829ec9fb3a99c2ad68e6f5420.zip
Automake 1.7.2 is the oldest version working with xrdp
Automake 1.6.x cannot deal with conditional EXTRA_LIBS. Automake 1.7 and 1.7.1 cannot deal with line continuation in SUBDIRS. It is important to have correct requirements to know what Automake features can be used.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 099b623f..af78a392 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
AC_PREREQ(2.59)
AC_INIT([xrdp], [0.9.0], [xrdp-devel@googlegroups.com])
AC_CONFIG_HEADERS(config_ac.h:config_ac-h.in)
-AM_INIT_AUTOMAKE([1.6 foreign])
+AM_INIT_AUTOMAKE([1.7.2 foreign])
AC_CONFIG_MACRO_DIR([m4])
AC_PROG_CC
AC_C_CONST