1
1
# This file is part of the nesC compiler.
2
- #
2
+ #
3
3
# This file is derived from the RC Compiler. It is thus
4
4
# Copyright (C) 2000-2001 The Regents of the University of California.
5
5
# Changes for nesC are
6
6
# Copyright (C) 2002 Intel Corporation
7
- #
7
+ #
8
8
# The attached "nesC" software is provided to you under the terms and
9
9
# conditions of the GNU General Public License Version 2 as published by the
10
10
# Free Software Foundation.
11
- #
11
+ #
12
12
# nesC is distributed in the hope that it will be useful,
13
13
# but WITHOUT ANY WARRANTY; without even the implied warranty of
14
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
15
# GNU General Public License for more details.
16
- #
16
+ #
17
17
# You should have received a copy of the GNU General Public License
18
18
# along with nesC; see the file COPYING. If not, write to
19
19
# the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
@@ -24,7 +24,7 @@ dnl -*- m4 -*-
24
24
# force autoconf 2.5 on Debian systems
25
25
AC_PREREQ ( 2.50 )
26
26
27
- AC_INIT ( nesc , 1.3.6 )
27
+ AC_INIT ( nesc , 1.4.0 )
28
28
AC_CONFIG_AUX_DIR ( config-aux )
29
29
30
30
AM_INIT_AUTOMAKE
@@ -35,7 +35,7 @@ AC_PROG_CC
35
35
36
36
AC_PATH_PROG ( pathperl , perl )
37
37
if test -z "$pathperl" ; then
38
- AC_MSG_ERROR ( I can't find perl ) ;
38
+ AC_MSG_ERROR ( I can't find perl ) ;
39
39
fi
40
40
41
41
# Only check if emacs, flex, bison and gperf are installed if
0 commit comments