mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Define PACKAGE and VERSION macros in config.h.
This commit is contained in:
parent
3b6c3cc5b4
commit
96c100b014
@ -8,6 +8,8 @@ PACKAGE=elinks
|
||||
VERSION=0.11.GIT
|
||||
AC_SUBST(PACKAGE)
|
||||
AC_SUBST(VERSION)
|
||||
AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Package version])
|
||||
AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Package version])
|
||||
AC_CONFIG_HEADERS(config.h)
|
||||
|
||||
AC_PROG_MAKE_SET
|
||||
|
Loading…
Reference in New Issue
Block a user