change config.h to config_ac.h

This commit is contained in:
jsorg71 2008-08-10 06:22:11 +00:00
parent 4fb3a1a547
commit a2f6ba07b2
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -22,7 +22,7 @@
/* include other h files */
#if defined(HAVE_CONFIG_H)
#include "config.h"
#include "config_ac.h"
#endif
#include "arch.h"
#include "parse.h"