Use an all-permissive copyright notice, recommended by RMS.
[gnulib.git] / m4 / bison.m4
1 #serial 4
2
3 # Copyright (C) 2002 Free Software Foundation, Inc.
4 # This file is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 AC_DEFUN([gl_BISON],
9 [
10   # getdate.y works with bison only.
11   : ${YACC='bison -y'}
12   AC_SUBST(YACC)
13 ])