First tentative of minor version bump.
This commit is contained in:
parent
452486b310
commit
68705bea29
@ -4,6 +4,6 @@ pkgconfig_DATA = cmph.pc
|
|||||||
if USE_CXXMPH
|
if USE_CXXMPH
|
||||||
pkgconfig_DATA += cxxmph.pc
|
pkgconfig_DATA += cxxmph.pc
|
||||||
endif
|
endif
|
||||||
ACLOCAL_AMFLAGS="-Im4"
|
ACLOCAL_AMFLAGS=-I m4
|
||||||
|
|
||||||
pkgconfigdir = $(libdir)/pkgconfig
|
pkgconfigdir = $(libdir)/pkgconfig
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
dnl Process this file with autoconf to produce a configure script.
|
dnl Process this file with autoconf to produce a configure script.
|
||||||
AC_INIT
|
AC_INIT([cmph], [2.0.1])
|
||||||
AC_CONFIG_SRCDIR([Makefile.am])
|
AC_CONFIG_SRCDIR([Makefile.am])
|
||||||
AM_INIT_AUTOMAKE(cmph, 2.0)
|
AM_INIT_AUTOMAKE
|
||||||
AC_CONFIG_HEADERS([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user