| | # Process this file with autoconf to produce a configure script. |
---|
| | AC_INIT(honoka, 0.3.0, tam-t@par.odn.ne.jp) |
---|
| | AC_INIT(honoka, 0.3.1, tam-t@par.odn.ne.jp) |
---|
| | AC_CONFIG_SRCDIR([src/honoka_imengine.h]) |
---|
| | |
---|
| | # Save this value here, since automake will set cflags and cxxflags later |
---|
| | cflags_set=${CFLAGS+set} |
---|
| | cppflags_set=${CPPFLAGS+set} |
---|
| | |
---|
| | HONOKA_MAJOR_VERSION=0 |
---|
| | HONOKA_MINOR_VERSION=3 |
---|
| | HONOKA_MICRO_VERSION=0 |
---|
| | HONOKA_MICRO_VERSION=1 |
---|
| | |
---|
| | HONOKA_VERSION=$HONOKA_MAJOR_VERSION.$HONOKA_MINOR_VERSION.$HONOKA_MICRO_VERSION |
---|
| | |
---|
| | AC_SUBST(HONOKA_MAJOR_VERSION) |
---|
| |
---|
| | |