diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-05-30 16:09:55 -0400 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-05-30 16:09:55 -0400 |
commit | 0b69420a3cb1c318028ef8c10f475f73296fab02 (patch) | |
tree | 080c05a1b2efd87ad1037728b264a998b8d34f1f /m4 | |
parent | 2441456cafc36b85f069e43a0e9325775c103baa (diff) | |
parent | bda71a2e22997e09f82d4ea33ccef03c0afc667b (diff) | |
download | egawk-0b69420a3cb1c318028ef8c10f475f73296fab02.tar.gz egawk-0b69420a3cb1c318028ef8c10f475f73296fab02.tar.bz2 egawk-0b69420a3cb1c318028ef8c10f475f73296fab02.zip |
Merge branch 'master' into feature/cmake
Diffstat (limited to 'm4')
-rw-r--r-- | m4/arch.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,8 @@ dnl dnl arch.m4 --- autoconf input file for gawk dnl -dnl Copyright (C) 1995, 1996, 1998, 1999, 2000, 2003, 2004 the Free Software Foundation, Inc. +dnl Copyright (C) 1995, 1996, 1998, 1999, 2000, 2003, 2004, 2015 +dnl the Free Software Foundation, Inc. dnl dnl This file is part of GAWK, the GNU implementation of the dnl AWK Progamming Language. |