1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-15 23:35:34 +00:00

Set PACKAGE and VERSION manually isntead of relying on AM_INIT_AUTOMAKE().

This commit is contained in:
Petr Baudis 2005-09-16 13:42:25 +02:00
parent 03c2fb116d
commit 94ba122117

View File

@ -4,8 +4,10 @@ AC_PREREQ(2.13)
AC_INIT(src/main/main.c)
AC_CONFIG_AUX_DIR(config)
AM_INIT_AUTOMAKE(elinks, 0.11.GIT)
AM_CONFIG_HEADER(config.h)
PACKAGE=elinks
VERSION=0.11.GIT
AC_SUBST(PACKAGE)
AC_SUBST(VERSION
AC_PROG_MAKE_SET