changeset 2685:d4ea46c69b9f

fix typo in last change
author Jim Meyering <jim@meyering.net>
date Sun, 02 Jul 2000 15:14:04 +0000
parents b9d63ef661e7
children d4cfc4e0958a
files 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
diffstat 16 files changed, 17 insertions(+), 17 deletions(-) [+]
line wrap: on
line diff
--- a/m4/chown.m4
+++ b/m4/chown.m4
@@ -42,7 +42,7 @@
 	     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
--- a/m4/fnmatch.m4
+++ b/m4/fnmatch.m4
@@ -10,7 +10,7 @@
   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
--- a/m4/ftruncate.m4
+++ b/m4/ftruncate.m4
@@ -21,7 +21,7 @@
       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
 ])
--- a/m4/getgroups.m4
+++ b/m4/getgroups.m4
@@ -38,7 +38,7 @@
 	       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
--- a/m4/getline.m4
+++ b/m4/getline.m4
@@ -39,6 +39,6 @@
   fi
 
   if test $am_cv_func_working_getline = no; then
-    AC_LIBOBJ([getline])
+    AC_LIBOBJ(getline)
   fi
 ])
--- a/m4/group-member.m4
+++ b/m4/group-member.m4
@@ -6,6 +6,6 @@
   [
     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)])
   ]
 )
--- a/m4/jm-macros.m4
+++ b/m4/jm-macros.m4
@@ -198,8 +198,8 @@
   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
 
 ])
--- a/m4/lstat.m4
+++ b/m4/lstat.m4
@@ -31,7 +31,7 @@
 	 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)
--- a/m4/malloc.m4
+++ b/m4/malloc.m4
@@ -27,7 +27,7 @@
 	 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
--- a/m4/memcmp.m4
+++ b/m4/memcmp.m4
@@ -36,7 +36,7 @@
    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,
--- a/m4/nanosleep.m4
+++ b/m4/nanosleep.m4
@@ -45,7 +45,7 @@
 	 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
--- a/m4/putenv.m4
+++ b/m4/putenv.m4
@@ -33,7 +33,7 @@
 	     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
--- a/m4/realloc.m4
+++ b/m4/realloc.m4
@@ -27,7 +27,7 @@
 	 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
--- a/m4/regex.m4
+++ b/m4/regex.m4
@@ -62,7 +62,7 @@
 		    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
       ],
     )
--- a/m4/stat.m4
+++ b/m4/stat.m4
@@ -31,7 +31,7 @@
 	 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)
--- a/m4/strftime.m4
+++ b/m4/strftime.m4
@@ -146,7 +146,7 @@
 	     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