X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=m4%2Fgethostname.m4;h=1e9749d39e3ef0d0a97328d16ae17f1f8abf0be2;hb=c2c82350432d3d8d56cd6c10115efabfa7d4f9a8;hp=f9da4b19762cdd3b9fdf2a360ab1d7992e8b771f;hpb=53b8fa05726a7fb30010e42ce02e44a35f0d7489;p=gnulib.git diff --git a/m4/gethostname.m4 b/m4/gethostname.m4 index f9da4b197..1e9749d39 100644 --- a/m4/gethostname.m4 +++ b/m4/gethostname.m4 @@ -1,10 +1,8 @@ -# gethostname.m4 serial 1 +# gethostname.m4 serial 2 dnl Copyright (C) 2002 Free Software Foundation, Inc. -dnl This file is free software, distributed under the terms of the GNU -dnl General Public License. As a special exception to the GNU General -dnl Public License, this file may be distributed as part of a program -dnl that contains a configuration script generated by Autoconf, under -dnl the same distribution terms as the rest of that program. +dnl This file is free software; the Free Software Foundation +dnl gives unlimited permission to copy and/or distribute it, +dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FUNC_GETHOSTNAME], [ @@ -18,4 +16,3 @@ AC_DEFUN([gl_FUNC_GETHOSTNAME], AC_DEFUN([gl_PREREQ_GETHOSTNAME], [ AC_CHECK_FUNCS(uname) ]) -