Mercurial > hg > octave-jordi > gnulib-hg
diff m4/unlocked-io.m4 @ 5016:7141ea4946af
Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Sun, 18 Apr 2004 18:12:50 +0000 |
parents | ae4b157d42ad |
children | 7c24a825b51d |
line wrap: on
line diff
--- a/m4/unlocked-io.m4 +++ b/m4/unlocked-io.m4 @@ -1,4 +1,4 @@ -#serial 8 -*- autoconf -*- +#serial 9 dnl From Jim Meyering. dnl @@ -8,7 +8,7 @@ dnl in Solaris 2.6, whereas we want binaries built on Solaris 2.5.1 to run dnl on Solaris 2.6). -AC_DEFUN([jm_FUNC_GLIBC_UNLOCKED_IO], +AC_DEFUN([gl_FUNC_GLIBC_UNLOCKED_IO], [ dnl Persuade glibc and Solaris <stdio.h> to declare dnl fgets_unlocked(), fputs_unlocked() etc.