Mercurial > hg > octave-nkf
comparison aclocal.m4 @ 9577:b03062e16c6f
copyirght & FIXME in aclocal.m4
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Thu, 27 Aug 2009 08:38:56 +0200 |
parents | d3fccc4c4b9e |
children | f26229391ea1 |
comparison
equal
deleted
inserted
replaced
9576:d73c9bd101ef | 9577:b03062e16c6f |
---|---|
18 dnl You should have received a copy of the GNU General Public License | 18 dnl You should have received a copy of the GNU General Public License |
19 dnl along with Octave; see the file COPYING. If not, see | 19 dnl along with Octave; see the file COPYING. If not, see |
20 dnl <http://www.gnu.org/licenses/>. | 20 dnl <http://www.gnu.org/licenses/>. |
21 dnl | 21 dnl |
22 dnl | 22 dnl |
23 dnl Copyright (C) 2008 - 2009 Free Software Foundation, Inc. | |
24 dnl | |
23 dnl If needed, define the m4_ifblank and m4_ifnblank macros from autoconf 2.64 | 25 dnl If needed, define the m4_ifblank and m4_ifnblank macros from autoconf 2.64 |
24 dnl This allows us to run with earlier Autoconfs as well. | 26 dnl This allows us to run with earlier Autoconfs as well. |
27 dnl FIXME: these should go away once Autoconf 2.64 is required or ubiquitous. | |
28 dnl | |
25 ifdef([m4_ifblank],[],[ | 29 ifdef([m4_ifblank],[],[ |
26 m4_define([m4_ifblank], | 30 m4_define([m4_ifblank], |
27 [m4_if(m4_translit([[$1]], [ ][ ][ | 31 [m4_if(m4_translit([[$1]], [ ][ ][ |
28 ]), [], [$2], [$3])])]) | 32 ]), [], [$2], [$3])])]) |
29 dnl | 33 dnl |