Master config compilation is now config.h, instead nonstandard edeconf.h; also

prevents possible collision with ede-conf name
This commit is contained in:
Sanel Zukan 2009-01-20 13:26:33 +00:00
parent 0f49505f21
commit bb7302a499
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ m4_define([ede_version], [ede_major_version.ede_minor_version.ede_patch_version]
AC_PREREQ(2.13)
AC_INIT(EDE, ede_version, [karijes@users.sourceforge.net])
AC_CONFIG_SRCDIR(COPYING)
AC_CONFIG_HEADER(edeconf.h:edeconf.h.in)
AC_CONFIG_HEADER(config.h:config.h.in)
dnl PACKAGE_VERSION is filled from AC_INIT
EDE_VERSION=$PACKAGE_VERSION