diff options
author | Jim Meyering <jim@meyering.net> | 2001-11-03 22:22:41 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-11-03 22:22:41 +0000 |
commit | d5f0bac1aa598163227323d693401cfc16ffb88a (patch) | |
tree | b1539fe10a326e27262eaeaaf9f90efd5adc8628 /m4 | |
parent | 2678e964e61caf0fa4641a37a6d4964bab102cad (diff) | |
download | coreutils-d5f0bac1aa598163227323d693401cfc16ffb88a.tar.xz |
(jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg of AC_DEFUN.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/jm-glibc-io.m4n | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/jm-glibc-io.m4n b/m4/jm-glibc-io.m4n index b90f5033e..b30da0e3b 100644 --- a/m4/jm-glibc-io.m4n +++ b/m4/jm-glibc-io.m4n @@ -6,7 +6,7 @@ dnl See if the glibc *_unlocked I/O macros are available. dnl Use only those *_unlocked macros that are declared. dnl -AC_DEFUN(jm_FUNC_GLIBC_UNLOCKED_IO, +AC_DEFUN([jm_FUNC_GLIBC_UNLOCKED_IO], [ # Kludge (not executed) to make autoheader do the right thing. if test a = b; then |