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 /m4 | |
| parent | 0a7a9a35fe5aa4a91bad3395a74b41fe7a6e3408 (diff) | |
* configure.ac: bump version to 0.9.2, add m4 dir to config
Diffstat (limited to 'm4')
| -rw-r--r-- | m4/Makefile.am | 17 |
1 files changed, 17 insertions, 0 deletions
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) |
