fix typo in last change
authorJim Meyering <jim@meyering.net>
Sun, 2 Jul 2000 15:14:04 +0000 (15:14 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 2 Jul 2000 15:14:04 +0000 (15:14 +0000)
16 files changed:
m4/chown.m4
m4/fnmatch.m4
m4/ftruncate.m4
m4/getgroups.m4
m4/getline.m4
m4/group-member.m4
m4/jm-macros.m4
m4/lstat.m4
m4/malloc.m4
m4/memcmp.m4
m4/nanosleep.m4
m4/putenv.m4
m4/realloc.m4
m4/regex.m4
m4/stat.m4
m4/strftime.m4

index 3c6c04288dd21324c85f1d48f748bb1116689edc..344ddaba1dd291236c802543a66543c69c66ec65 100644 (file)
@@ -42,7 +42,7 @@ AC_DEFUN(jm_FUNC_CHOWN,
             jm_cv_func_working_chown=no)
   ])
   if test $jm_cv_func_working_chown = no; then
-    AC_LIBOBJ([chown])
+    AC_LIBOBJ(chown)
     AC_DEFINE_UNQUOTED(chown, rpl_chown,
       [Define to rpl_chown if the replacement function should be used.])
   fi
index e5290b7f749c106701e3ebc8b047c2504bd9b79f..d4a839379f775f3cb70c164ce0087aa87f10e1c4 100644 (file)
@@ -10,7 +10,7 @@ AC_DEFUN(jm_FUNC_FNMATCH,
   AC_FUNC_FNMATCH
   if test $ac_cv_func_fnmatch_works = no \
       && test $ac_cv_gnu_library = no; then
-    AC_LIBOBJ([fnmatch])
+    AC_LIBOBJ(fnmatch)
     AC_DEFINE_UNQUOTED(fnmatch, rpl_fnmatch,
       [Define to rpl_fnmatch if the replacement function should be used.])
   fi
index 473fde210f602b95d9e0cb36ca4862bcf531f827..1be562ed9fb38d635a90f6c4346bdd51b02e09fd 100644 (file)
@@ -21,7 +21,7 @@ AC_DEFUN(jm_FUNC_FTRUNCATE,
       fu_cv_sys_ftruncate_emulation=no)])
     AC_MSG_RESULT($fu_cv_sys_ftruncate_emulation)
     if test $fu_cv_sys_ftruncate_emulation = yes; then
-      AC_LIBOBJ([ftruncate])
+      AC_LIBOBJ(ftruncate)
     fi
   fi
 ])
index 4e187016aa50611235625211cdd0477bbadcc156..3f3902353b28b0d4abe887cd9bf6ab9875442bb9 100644 (file)
@@ -38,7 +38,7 @@ AC_DEFUN(jm_FUNC_GETGROUPS,
               jm_cv_func_working_getgroups=no)
     ])
     if test $jm_cv_func_working_getgroups = no; then
-      AC_LIBOBJ([getgroups])
+      AC_LIBOBJ(getgroups)
       AC_DEFINE_UNQUOTED(getgroups, rpl_getgroups,
        [Define as rpl_getgroups if getgroups doesn't work right.])
     fi
index dd8b60254343ae4f789f1fbe273d2e436ac206f3..157ce36dd5ad509816daa55191c7c8adec5eebe0 100644 (file)
@@ -39,6 +39,6 @@ AC_DEFUN(AM_FUNC_GETLINE,
   fi
 
   if test $am_cv_func_working_getline = no; then
-    AC_LIBOBJ([getline])
+    AC_LIBOBJ(getline)
   fi
 ])
index 6adc6fa63002946282a7ccb7385e2ce90c24c61a..69498e46708d3363387a8f2b75aabe8e983bf508 100644 (file)
@@ -6,6 +6,6 @@ AC_DEFUN(jm_FUNC_GROUP_MEMBER,
   [
     dnl Do this replacement check manually because I want the hyphen
     dnl (not the underscore) in the filename.
-    AC_CHECK_FUNC(group_member, , [AC_LIBOBJ([group-member])])
+    AC_CHECK_FUNC(group_member, , [AC_LIBOBJ(group-member)])
   ]
 )
index 9e260278dc6844d4fb87832ddf0362ef916a47f6..35bc9e1de02c04d4808fbad2e71a410c5f9afb14 100644 (file)
@@ -198,8 +198,8 @@ AC_DEFUN(jm_MACROS,
   jm_FILE_SYSTEM_USAGE([space=yes], [space=no])
   if test $list_mounted_fs = yes && test $space = yes; then
     DF_PROG="df"
-    AC_LIBOBJ([fsusage])
-    AC_LIBOBJ([mountlist])
+    AC_LIBOBJ(fsusage)
+    AC_LIBOBJ(mountlist)
   fi
 
 ])
index e93beef3f58fc3b16b296a9f51b2be01322ae914..4e0cfefc440f2f27c68e7dfcbdba92397aaaccb7 100644 (file)
@@ -31,7 +31,7 @@ AC_DEFUN(jm_FUNC_LSTAT,
         jm_cv_func_lstat_empty_string_bug=yes)
   ])
   if test $jm_cv_func_lstat_empty_string_bug = yes; then
-    AC_LIBOBJ([lstat])
+    AC_LIBOBJ(lstat)
     AC_DEFINE_UNQUOTED(HAVE_LSTAT_EMPTY_STRING_BUG, 1,
 [Define if lstat has the bug that it succeeds when given the zero-length
    file name argument.  The lstat from SunOS4.1.4 and the Hurd as of 1998-11-01)
index 5d8eab10ce8fe652547252c8dd3a4307d81a42b9..25ab6e3124cec7085411adb78c685ceaf3388b68 100644 (file)
@@ -27,7 +27,7 @@ AC_DEFUN(jm_FUNC_MALLOC,
         jm_cv_func_working_malloc=no)
   ])
   if test $jm_cv_func_working_malloc = no; then
-    AC_LIBOBJ([malloc])
+    AC_LIBOBJ(malloc)
     AC_DEFINE_UNQUOTED(malloc, rpl_malloc,
       [Define to rpl_malloc if the replacement function should be used.])
   fi
index 2d9258165ed6612b203bc9e73ad7111f97b88b33..91b3dd3152ad3c7c947a2d658e6b944e5f2a34a8 100644 (file)
@@ -36,7 +36,7 @@ main ()
    jm_cv_func_memcmp_working=no,
    jm_cv_func_memcmp_working=no)])
 test $jm_cv_func_memcmp_working = no \
-  && AC_LIBOBJ([memcmp])
+  && AC_LIBOBJ(memcmp)
 ])
 
 AC_DEFUN(jm_FUNC_MEMCMP,
index 43df207cf62c58503fcb77956c6c73d73ad1e432..d3d0ef89f532f02146fc6f4f708880754b374f6f 100644 (file)
@@ -45,7 +45,7 @@ AC_DEFUN(jm_FUNC_NANOSLEEP,
         jm_cv_func_nanosleep_works=no)
   ])
   if test $jm_cv_func_nanosleep_works = no; then
-    AC_LIBOBJ([nanosleep])
+    AC_LIBOBJ(nanosleep)
     AC_DEFINE_UNQUOTED(nanosleep, rpl_nanosleep,
       [Define to rpl_nanosleep if the replacement function should be used.])
   fi
index d674eb754aa08e03d7ce860daf18ccf6dc150d91..efaf0561f7bb2b3ebb2d9b7cf76fb04782f349db 100644 (file)
@@ -33,7 +33,7 @@ AC_DEFUN(jm_FUNC_PUTENV,
             jm_cv_func_svid_putenv=no)
   ])
   if test $jm_cv_func_svid_putenv = no; then
-    AC_LIBOBJ([putenv])
+    AC_LIBOBJ(putenv)
     AC_DEFINE_UNQUOTED(putenv, rpl_putenv,
       [Define to rpl_putenv if the replacement function should be used.])
   fi
index 7e5ca73cdd92a231137b67ca7198e9654d06090a..9dbc9615caf153b98eccb1b59174e2a5e9deca7f 100644 (file)
@@ -27,7 +27,7 @@ AC_DEFUN(jm_FUNC_REALLOC,
         jm_cv_func_working_realloc=no)
   ])
   if test $jm_cv_func_working_realloc = no; then
-    AC_LIBOBJ([realloc])
+    AC_LIBOBJ(realloc)
     AC_DEFINE_UNQUOTED(realloc, rpl_realloc,
       [Define to rpl_realloc if the replacement function should be used.])
   fi
index 050ff99361e1b4a34e2504aabca3af54a4cf3dfe..1a84281f0e8c40220af58885b3f9d24fc9f6ea17 100644 (file)
@@ -62,7 +62,7 @@ AC_DEFUN(jm_INCLUDED_REGEX,
                    jm_with_regex=$withval,
                    jm_with_regex=$ac_use_included_regex)
        if test "$jm_with_regex" = yes; then
-         AC_LIBOBJ([regex])
+         AC_LIBOBJ(regex)
        fi
       ],
     )
index 87d3e540dfeab0f02ec590f9f8833c49a30ca886..b558bb9965a5ef990829de5433b774e18896b371 100644 (file)
@@ -31,7 +31,7 @@ AC_DEFUN(jm_FUNC_STAT,
         jm_cv_func_stat_empty_string_bug=yes)
   ])
   if test $jm_cv_func_stat_empty_string_bug = yes; then
-    AC_LIBOBJ([stat])
+    AC_LIBOBJ(stat)
     AC_DEFINE_UNQUOTED(HAVE_STAT_EMPTY_STRING_BUG, 1,
 [Define if stat has the bug that it succeeds when given the zero-length
    file name argument.  The stat from SunOS4.1.4 and the Hurd as of 1998-11-01)
index c4ae2596367b9dedf111c9075480f0518333d0e7..caeb21fb41be90bb3268c30309281f61a2d32050 100644 (file)
@@ -146,7 +146,7 @@ main ()
             jm_cv_func_working_gnu_strftime=no)
   ])
   if test $jm_cv_func_working_gnu_strftime = no; then
-    AC_LIBOBJ([strftime])
+    AC_LIBOBJ(strftime)
     AC_DEFINE_UNQUOTED(strftime, gnu_strftime,
       [Define to gnu_strftime if the replacement function should be used.])
   fi