replace macro AM_CONFIG_HEADER with AC_CONFIG_HEADERS

This commit is contained in:
Jay Sorg 2013-06-12 01:08:42 -07:00
parent 4b82a3ea34
commit d1638006f1
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
AC_PREREQ(2.59)
AC_INIT([xrdp], [0.6.0], [xrdp-devel@lists.sourceforge.net])
AM_CONFIG_HEADER(config_ac.h:config_ac-h.in)
AC_CONFIG_HEADERS(config_ac.h:config_ac-h.in)
AM_INIT_AUTOMAKE([1.6 foreign])
AC_PROG_CC
AC_C_CONST