diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2010-12-08 00:18:02 +0200 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2010-12-08 00:18:02 +0200 |
| commit | b4de366df7786cdf404e7214998092298f632730 (patch) | |
| tree | 32106e58709b8cb6c0c85b3333a1abdddf249d5c | |
| parent | 0a7a9a35fe5aa4a91bad3395a74b41fe7a6e3408 (diff) | |
* configure.ac: bump version to 0.9.2, add m4 dir to config
| -rw-r--r-- | Makefile.am | 2 | ||||
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | m4/Makefile.am | 17 |
3 files changed, 19 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index bde3c20..b8827d6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,7 +16,7 @@ include $(top_srcdir)/gtest.mk -SUBDIRS=man src contrib toys +SUBDIRS=m4 man src contrib toys ACLOCAL_AMFLAGS=-I m4 diff --git a/configure.ac b/configure.ac index 7808934..a9feafe 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/m4/Makefile.am b/m4/Makefile.am new file mode 100644 index 0000000..c6a57a7 --- /dev/null +++ b/m4/Makefile.am @@ -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) |
