add guards in config.h to avoid multiple inclusions

this file needs love


SVN revision: 55950
This commit is contained in:
Vincent Torri 2011-01-06 18:54:39 +00:00
parent 649f82964b
commit 1610756dfe
1 changed files with 9 additions and 1 deletions

View File

@ -27,8 +27,16 @@ AC_CANONICAL_BUILD
AC_CANONICAL_HOST
AC_ISC_POSIX
AC_CONFIG_HEADERS([config.h])
AH_TOP([
#ifndef EFL_CONFIG_H__
#define EFL_CONFIG_H__
])
AH_BOTTOM([
#endif /* EFL_CONFIG_H__ */
])
AM_INIT_AUTOMAKE([1.6 dist-bzip2])
AM_CONFIG_HEADER([config.h])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
_XTERM_COLORS