* configure.ac: bump version to 0.9.2, add m4 dir to config

This commit is contained in:
Dirk-Jan C. Binnema 2010-12-08 00:18:02 +02:00
parent 0a7a9a35fe
commit b4de366df7
3 changed files with 19 additions and 2 deletions

View File

@ -16,7 +16,7 @@
include $(top_srcdir)/gtest.mk
SUBDIRS=man src contrib toys
SUBDIRS=m4 man src contrib toys
ACLOCAL_AMFLAGS=-I m4

View File

@ -14,7 +14,7 @@
## along with this program; if not, write to the Free Software Foundation,
## Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
AC_INIT([mu],[0.9.1],[http://code.google.com/p/mu0/issues/list])
AC_INIT([mu],[0.9.2],[http://code.google.com/p/mu0/issues/list])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR([src/mu.cc])
AM_INIT_AUTOMAKE([dist-bzip2])

17
m4/Makefile.am Normal file
View File

@ -0,0 +1,17 @@
## Copyright (C) 2008-2010 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; either version 3 of the License, or
## (at your option) any later version.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software Foundation,
## Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
EXTRA_DIST = $(wildcard *.m4)