mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Master config compilation is now config.h, instead nonstandard edeconf.h; also
prevents possible collision with ede-conf name
This commit is contained in:
parent
0f49505f21
commit
bb7302a499
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user