summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-09-05 00:57:52 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-09-05 00:57:52 +0200
commit0c2b177f9727d37bf0a4e474d71f08d32aacf0d4 (patch)
tree990324e6741a09390761e63e21be47f7c432304e
parent72665b6a3618aebfcaf069e1815a505371b2a197 (diff)
downloadembtoolkit-0c2b177f9727d37bf0a4e474d71f08d32aacf0d4.tar.gz
embtoolkit-0c2b177f9727d37bf0a4e474d71f08d32aacf0d4.tar.bz2
embtoolkit-0c2b177f9727d37bf0a4e474d71f08d32aacf0d4.tar.xz
Host tools: m4: update to m4-1.4.15
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--mk/m4.mk23
1 files changed, 12 insertions, 11 deletions
diff --git a/mk/m4.mk b/mk/m4.mk
index 0105ae9..ec8f74f 100644
--- a/mk/m4.mk
+++ b/mk/m4.mk
@@ -2,18 +2,19 @@
# Embtoolkit
# Copyright(C) 2010 Abdoulaye Walsimou GAYE. All rights reserved.
#
-# This program is free software; you can distribute it and/or modify it
-# under the terms of the GNU General Public License
-# (Version 2 or later) published by the Free Software Foundation.
+# 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 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.
+# 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, see <http://www.gnu.org/licenses/>.
#
-# 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.,
-# 59 Temple Place - Suite 330, Boston MA 02111-1307, USA.
################################################################################
#
# \file m4.mk
@@ -22,7 +23,7 @@
# \date February 2010
################################################################################
-M4_VERSION := 1.4.14
+M4_VERSION := 1.4.15
M4_SITE := http://ftp.gnu.org/gnu/m4
M4_PACKAGE := m4-$(M4_VERSION).tar.bz2
M4_BUILD_DIR := $(TOOLS_BUILD)/m4-$(M4_VERSION)