Merge pull request #315 from proski/autotools

Hot fix for recent autotools changes
This commit is contained in:
Itamar Reis Peixoto 2016-02-10 12:33:10 -02:00
commit 7e20d421cc

View File

@ -4,7 +4,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])
AC_CONFIG_MACRO_DIRS([m4])
AC_CONFIG_MACRO_DIR([m4])
AC_PROG_CC
AC_C_CONST
AC_PROG_LIBTOOL