Regenerate.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 5 Aug 2004 23:11:21 +0000 (23:11 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 5 Aug 2004 23:11:21 +0000 (23:11 +0000)
52 files changed:
Makefile.in
aclocal.m4
config.hin
doc/Makefile.in
lib/Makefile.in
man/Makefile.in
src/Makefile.in
tests/Makefile.in
tests/basename/Makefile.in
tests/chgrp/Makefile.in
tests/chmod/Makefile.in
tests/chown/Makefile.in
tests/cp/Makefile.in
tests/cut/Makefile.in
tests/date/Makefile.in
tests/dd/Makefile.in
tests/dircolors/Makefile.in
tests/du/Makefile.in
tests/expr/Makefile.in
tests/factor/Makefile.in
tests/fmt/Makefile.in
tests/head/Makefile.in
tests/install/Makefile.in
tests/join/Makefile.in
tests/ln/Makefile.in
tests/ls-2/Makefile.in
tests/ls/Makefile.in
tests/md5sum/Makefile.in
tests/misc/Makefile.in
tests/mkdir/Makefile.in
tests/mv/Makefile.in
tests/od/Makefile.in
tests/pr/Makefile.in
tests/readlink/Makefile.in
tests/rm/Makefile.in
tests/rmdir/Makefile.in
tests/seq/Makefile.in
tests/sha1sum/Makefile.in
tests/shred/Makefile.in
tests/sort/Makefile.in
tests/stty/Makefile.in
tests/sum/Makefile.in
tests/tac/Makefile.in
tests/tail-2/Makefile.in
tests/tail/Makefile.in
tests/test/Makefile.in
tests/touch/Makefile.in
tests/tr/Makefile.in
tests/tsort/Makefile.in
tests/unexpand/Makefile.in
tests/uniq/Makefile.in
tests/wc/Makefile.in

index 218e473..757583f 100644 (file)
@@ -69,7 +69,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
        $(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
        $(top_srcdir)/m4/getpagesize.m4 $(top_srcdir)/m4/getpass.m4 \
-       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettimeofday.m4 \
+       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettime.m4 \
+       $(top_srcdir)/m4/gettimeofday.m4 \
        $(top_srcdir)/m4/getugroups.m4 \
        $(top_srcdir)/m4/getusershell.m4 $(top_srcdir)/m4/glibc21.m4 \
        $(top_srcdir)/m4/group-member.m4 \
index 254f75c..3fbba53 100644 (file)
@@ -1107,6 +1107,7 @@ m4_include([m4/getopt.m4])
 m4_include([m4/getpagesize.m4])
 m4_include([m4/getpass.m4])
 m4_include([m4/gettext.m4])
+m4_include([m4/gettime.m4])
 m4_include([m4/gettimeofday.m4])
 m4_include([m4/getugroups.m4])
 m4_include([m4/getusershell.m4])
index 003915e..34a549d 100644 (file)
 /* Define to 1 if you have the `alarm' function. */
 #undef HAVE_ALARM
 
-/* Define to 1 if you have `alloca', as a function or macro. */
+/* Define to 1 if you have `alloca' after including <alloca.h>, a header that
+   may be supplied by this distribution. */
 #undef HAVE_ALLOCA
 
-/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
-   */
+/* Define HAVE_ALLOCA_H for backward compatibility with older code that
+   includes <alloca.h> only if HAVE_ALLOCA_H is defined. */
 #undef HAVE_ALLOCA_H
 
 /* Define to 1 if you have the <arpa/inet.h> header file. */
 /* Define to 1 if you have the `setlocale' function. */
 #undef HAVE_SETLOCALE
 
+/* Define to 1 if you have the `settimeofday' function. */
+#undef HAVE_SETTIMEOFDAY
+
 /* Define to 1 if you have the <shadow.h> header file. */
 #undef HAVE_SHADOW_H
 
 /* Define to 1 if you have the <stdlib.h> header file. */
 #undef HAVE_STDLIB_H
 
+/* Define to 1 if you have the `stime' function. */
+#undef HAVE_STIME
+
 /* Define to 1 if you have the `stpcpy' function. */
 #undef HAVE_STPCPY
 
index fb54412..541549c 100644 (file)
@@ -64,7 +64,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
        $(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
        $(top_srcdir)/m4/getpagesize.m4 $(top_srcdir)/m4/getpass.m4 \
-       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettimeofday.m4 \
+       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettime.m4 \
+       $(top_srcdir)/m4/gettimeofday.m4 \
        $(top_srcdir)/m4/getugroups.m4 \
        $(top_srcdir)/m4/getusershell.m4 $(top_srcdir)/m4/glibc21.m4 \
        $(top_srcdir)/m4/group-member.m4 \
index 4e94165..9594042 100644 (file)
@@ -83,7 +83,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
        $(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
        $(top_srcdir)/m4/getpagesize.m4 $(top_srcdir)/m4/getpass.m4 \
-       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettimeofday.m4 \
+       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettime.m4 \
+       $(top_srcdir)/m4/gettimeofday.m4 \
        $(top_srcdir)/m4/getugroups.m4 \
        $(top_srcdir)/m4/getusershell.m4 $(top_srcdir)/m4/glibc21.m4 \
        $(top_srcdir)/m4/group-member.m4 \
index bd25ca4..267db1d 100644 (file)
@@ -64,7 +64,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
        $(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
        $(top_srcdir)/m4/getpagesize.m4 $(top_srcdir)/m4/getpass.m4 \
-       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettimeofday.m4 \
+       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettime.m4 \
+       $(top_srcdir)/m4/gettimeofday.m4 \
        $(top_srcdir)/m4/getugroups.m4 \
        $(top_srcdir)/m4/getusershell.m4 $(top_srcdir)/m4/glibc21.m4 \
        $(top_srcdir)/m4/group-member.m4 \
index 51062c9..fe02a7c 100644 (file)
@@ -93,7 +93,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
        $(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
        $(top_srcdir)/m4/getpagesize.m4 $(top_srcdir)/m4/getpass.m4 \
-       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettimeofday.m4 \
+       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettime.m4 \
+       $(top_srcdir)/m4/gettimeofday.m4 \
        $(top_srcdir)/m4/getugroups.m4 \
        $(top_srcdir)/m4/getusershell.m4 $(top_srcdir)/m4/glibc21.m4 \
        $(top_srcdir)/m4/group-member.m4 \
@@ -931,7 +932,7 @@ uninstall-binPROGRAMS:
        done
 
 clean-binPROGRAMS:
-       -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) > /dev/null 2>&1 || /bin/rm -f $(bin_PROGRAMS)
+       -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
 
 installcheck-binPROGRAMS: $(bin_PROGRAMS)
        bad=0; pid=$$$$; list="$(bin_PROGRAMS)"; for p in $$list; do \
index dc8f6d9..00213aa 100644 (file)
@@ -63,7 +63,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
        $(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
        $(top_srcdir)/m4/getpagesize.m4 $(top_srcdir)/m4/getpass.m4 \
-       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettimeofday.m4 \
+       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettime.m4 \
+       $(top_srcdir)/m4/gettimeofday.m4 \
        $(top_srcdir)/m4/getugroups.m4 \
        $(top_srcdir)/m4/getusershell.m4 $(top_srcdir)/m4/glibc21.m4 \
        $(top_srcdir)/m4/group-member.m4 \
index 6c76140..8709985 100644 (file)
@@ -63,7 +63,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
        $(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
        $(top_srcdir)/m4/getpagesize.m4 $(top_srcdir)/m4/getpass.m4 \
-       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettimeofday.m4 \
+       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettime.m4 \
+       $(top_srcdir)/m4/gettimeofday.m4 \
        $(top_srcdir)/m4/getugroups.m4 \
        $(top_srcdir)/m4/getusershell.m4 $(top_srcdir)/m4/glibc21.m4 \
        $(top_srcdir)/m4/group-member.m4 \
index 5049168..a32590d 100644 (file)
@@ -63,7 +63,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
        $(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
        $(top_srcdir)/m4/getpagesize.m4 $(top_srcdir)/m4/getpass.m4 \
-       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettimeofday.m4 \
+       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettime.m4 \
+       $(top_srcdir)/m4/gettimeofday.m4 \
        $(top_srcdir)/m4/getugroups.m4 \
        $(top_srcdir)/m4/getusershell.m4 $(top_srcdir)/m4/glibc21.m4 \
        $(top_srcdir)/m4/group-member.m4 \
index 9921186..c83e826 100644 (file)
@@ -63,7 +63,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
        $(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
        $(top_srcdir)/m4/getpagesize.m4 $(top_srcdir)/m4/getpass.m4 \
-       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettimeofday.m4 \
+       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettime.m4 \
+       $(top_srcdir)/m4/gettimeofday.m4 \
        $(top_srcdir)/m4/getugroups.m4 \
        $(top_srcdir)/m4/getusershell.m4 $(top_srcdir)/m4/glibc21.m4 \
        $(top_srcdir)/m4/group-member.m4 \
index c55e623..e6f75d1 100644 (file)
@@ -63,7 +63,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
        $(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
        $(top_srcdir)/m4/getpagesize.m4 $(top_srcdir)/m4/getpass.m4 \
-       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettimeofday.m4 \
+       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettime.m4 \
+       $(top_srcdir)/m4/gettimeofday.m4 \
        $(top_srcdir)/m4/getugroups.m4 \
        $(top_srcdir)/m4/getusershell.m4 $(top_srcdir)/m4/glibc21.m4 \
        $(top_srcdir)/m4/group-member.m4 \
index fc3e784..2ea04a7 100644 (file)
@@ -63,7 +63,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
        $(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
        $(top_srcdir)/m4/getpagesize.m4 $(top_srcdir)/m4/getpass.m4 \
-       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettimeofday.m4 \
+       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettime.m4 \
+       $(top_srcdir)/m4/gettimeofday.m4 \
        $(top_srcdir)/m4/getugroups.m4 \
        $(top_srcdir)/m4/getusershell.m4 $(top_srcdir)/m4/glibc21.m4 \
        $(top_srcdir)/m4/group-member.m4 \
index 91e395c..a5b5f3d 100644 (file)
@@ -64,7 +64,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
        $(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
        $(top_srcdir)/m4/getpagesize.m4 $(top_srcdir)/m4/getpass.m4 \
-       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettimeofday.m4 \
+       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettime.m4 \
+       $(top_srcdir)/m4/gettimeofday.m4 \
        $(top_srcdir)/m4/getugroups.m4 \
        $(top_srcdir)/m4/getusershell.m4 $(top_srcdir)/m4/glibc21.m4 \
        $(top_srcdir)/m4/group-member.m4 \
index 7474a71..987450b 100644 (file)
@@ -64,7 +64,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
        $(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
        $(top_srcdir)/m4/getpagesize.m4 $(top_srcdir)/m4/getpass.m4 \
-       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettimeofday.m4 \
+       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettime.m4 \
+       $(top_srcdir)/m4/gettimeofday.m4 \
        $(top_srcdir)/m4/getugroups.m4 \
        $(top_srcdir)/m4/getusershell.m4 $(top_srcdir)/m4/glibc21.m4 \
        $(top_srcdir)/m4/group-member.m4 \
index b3aee12..c226c33 100644 (file)
@@ -63,7 +63,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
        $(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
        $(top_srcdir)/m4/getpagesize.m4 $(top_srcdir)/m4/getpass.m4 \
-       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettimeofday.m4 \
+       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettime.m4 \
+       $(top_srcdir)/m4/gettimeofday.m4 \
        $(top_srcdir)/m4/getugroups.m4 \
        $(top_srcdir)/m4/getusershell.m4 $(top_srcdir)/m4/glibc21.m4 \
        $(top_srcdir)/m4/group-member.m4 \
index ce8805b..4e9fbf1 100644 (file)
@@ -63,7 +63,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
        $(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
        $(top_srcdir)/m4/getpagesize.m4 $(top_srcdir)/m4/getpass.m4 \
-       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettimeofday.m4 \
+       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettime.m4 \
+       $(top_srcdir)/m4/gettimeofday.m4 \
        $(top_srcdir)/m4/getugroups.m4 \
        $(top_srcdir)/m4/getusershell.m4 $(top_srcdir)/m4/glibc21.m4 \
        $(top_srcdir)/m4/group-member.m4 \
index d16ce88..580cd61 100644 (file)
@@ -63,7 +63,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
        $(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
        $(top_srcdir)/m4/getpagesize.m4 $(top_srcdir)/m4/getpass.m4 \
-       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettimeofday.m4 \
+       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettime.m4 \
+       $(top_srcdir)/m4/gettimeofday.m4 \
        $(top_srcdir)/m4/getugroups.m4 \
        $(top_srcdir)/m4/getusershell.m4 $(top_srcdir)/m4/glibc21.m4 \
        $(top_srcdir)/m4/group-member.m4 \
index 3e1627b..507a839 100644 (file)
@@ -63,7 +63,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
        $(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
        $(top_srcdir)/m4/getpagesize.m4 $(top_srcdir)/m4/getpass.m4 \
-       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettimeofday.m4 \
+       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettime.m4 \
+       $(top_srcdir)/m4/gettimeofday.m4 \
        $(top_srcdir)/m4/getugroups.m4 \
        $(top_srcdir)/m4/getusershell.m4 $(top_srcdir)/m4/glibc21.m4 \
        $(top_srcdir)/m4/group-member.m4 \
index d3602db..b3ea2fa 100644 (file)
@@ -63,7 +63,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
        $(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
        $(top_srcdir)/m4/getpagesize.m4 $(top_srcdir)/m4/getpass.m4 \
-       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettimeofday.m4 \
+       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettime.m4 \
+       $(top_srcdir)/m4/gettimeofday.m4 \
        $(top_srcdir)/m4/getugroups.m4 \
        $(top_srcdir)/m4/getusershell.m4 $(top_srcdir)/m4/glibc21.m4 \
        $(top_srcdir)/m4/group-member.m4 \
index d96f6b4..5c719cf 100644 (file)
@@ -63,7 +63,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
        $(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
        $(top_srcdir)/m4/getpagesize.m4 $(top_srcdir)/m4/getpass.m4 \
-       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettimeofday.m4 \
+       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettime.m4 \
+       $(top_srcdir)/m4/gettimeofday.m4 \
        $(top_srcdir)/m4/getugroups.m4 \
        $(top_srcdir)/m4/getusershell.m4 $(top_srcdir)/m4/glibc21.m4 \
        $(top_srcdir)/m4/group-member.m4 \
index f9e7bfb..369ed84 100644 (file)
@@ -64,7 +64,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
        $(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
        $(top_srcdir)/m4/getpagesize.m4 $(top_srcdir)/m4/getpass.m4 \
-       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettimeofday.m4 \
+       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettime.m4 \
+       $(top_srcdir)/m4/gettimeofday.m4 \
        $(top_srcdir)/m4/getugroups.m4 \
        $(top_srcdir)/m4/getusershell.m4 $(top_srcdir)/m4/glibc21.m4 \
        $(top_srcdir)/m4/group-member.m4 \
index 57a3ee6..90a3485 100644 (file)
@@ -63,7 +63,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
        $(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
        $(top_srcdir)/m4/getpagesize.m4 $(top_srcdir)/m4/getpass.m4 \
-       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettimeofday.m4 \
+       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettime.m4 \
+       $(top_srcdir)/m4/gettimeofday.m4 \
        $(top_srcdir)/m4/getugroups.m4 \
        $(top_srcdir)/m4/getusershell.m4 $(top_srcdir)/m4/glibc21.m4 \
        $(top_srcdir)/m4/group-member.m4 \
index e3ae328..68ad79b 100644 (file)
@@ -64,7 +64,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
        $(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
        $(top_srcdir)/m4/getpagesize.m4 $(top_srcdir)/m4/getpass.m4 \
-       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettimeofday.m4 \
+       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettime.m4 \
+       $(top_srcdir)/m4/gettimeofday.m4 \
        $(top_srcdir)/m4/getugroups.m4 \
        $(top_srcdir)/m4/getusershell.m4 $(top_srcdir)/m4/glibc21.m4 \
        $(top_srcdir)/m4/group-member.m4 \
index e87b884..e441930 100644 (file)
@@ -63,7 +63,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
        $(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
        $(top_srcdir)/m4/getpagesize.m4 $(top_srcdir)/m4/getpass.m4 \
-       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettimeofday.m4 \
+       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettime.m4 \
+       $(top_srcdir)/m4/gettimeofday.m4 \
        $(top_srcdir)/m4/getugroups.m4 \
        $(top_srcdir)/m4/getusershell.m4 $(top_srcdir)/m4/glibc21.m4 \
        $(top_srcdir)/m4/group-member.m4 \
index 2992f21..4a11383 100644 (file)
@@ -63,7 +63,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
        $(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
        $(top_srcdir)/m4/getpagesize.m4 $(top_srcdir)/m4/getpass.m4 \
-       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettimeofday.m4 \
+       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettime.m4 \
+       $(top_srcdir)/m4/gettimeofday.m4 \
        $(top_srcdir)/m4/getugroups.m4 \
        $(top_srcdir)/m4/getusershell.m4 $(top_srcdir)/m4/glibc21.m4 \
        $(top_srcdir)/m4/group-member.m4 \
index 35dcc96..93b3cd8 100644 (file)
@@ -63,7 +63,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
        $(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
        $(top_srcdir)/m4/getpagesize.m4 $(top_srcdir)/m4/getpass.m4 \
-       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettimeofday.m4 \
+       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettime.m4 \
+       $(top_srcdir)/m4/gettimeofday.m4 \
        $(top_srcdir)/m4/getugroups.m4 \
        $(top_srcdir)/m4/getusershell.m4 $(top_srcdir)/m4/glibc21.m4 \
        $(top_srcdir)/m4/group-member.m4 \
index c5eca3d..c6c8c60 100644 (file)
@@ -63,7 +63,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
        $(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
        $(top_srcdir)/m4/getpagesize.m4 $(top_srcdir)/m4/getpass.m4 \
-       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettimeofday.m4 \
+       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettime.m4 \
+       $(top_srcdir)/m4/gettimeofday.m4 \
        $(top_srcdir)/m4/getugroups.m4 \
        $(top_srcdir)/m4/getusershell.m4 $(top_srcdir)/m4/glibc21.m4 \
        $(top_srcdir)/m4/group-member.m4 \
index 76f96f5..c88b536 100644 (file)
@@ -63,7 +63,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
        $(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
        $(top_srcdir)/m4/getpagesize.m4 $(top_srcdir)/m4/getpass.m4 \
-       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettimeofday.m4 \
+       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettime.m4 \
+       $(top_srcdir)/m4/gettimeofday.m4 \
        $(top_srcdir)/m4/getugroups.m4 \
        $(top_srcdir)/m4/getusershell.m4 $(top_srcdir)/m4/glibc21.m4 \
        $(top_srcdir)/m4/group-member.m4 \
index 2326d3f..fa40bfd 100644 (file)
@@ -63,7 +63,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
        $(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
        $(top_srcdir)/m4/getpagesize.m4 $(top_srcdir)/m4/getpass.m4 \
-       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettimeofday.m4 \
+       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettime.m4 \
+       $(top_srcdir)/m4/gettimeofday.m4 \
        $(top_srcdir)/m4/getugroups.m4 \
        $(top_srcdir)/m4/getusershell.m4 $(top_srcdir)/m4/glibc21.m4 \
        $(top_srcdir)/m4/group-member.m4 \
index c54d09f..2973202 100644 (file)
@@ -63,7 +63,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
        $(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
        $(top_srcdir)/m4/getpagesize.m4 $(top_srcdir)/m4/getpass.m4 \
-       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettimeofday.m4 \
+       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettime.m4 \
+       $(top_srcdir)/m4/gettimeofday.m4 \
        $(top_srcdir)/m4/getugroups.m4 \
        $(top_srcdir)/m4/getusershell.m4 $(top_srcdir)/m4/glibc21.m4 \
        $(top_srcdir)/m4/group-member.m4 \
index 671e70c..349abab 100644 (file)
@@ -63,7 +63,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
        $(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
        $(top_srcdir)/m4/getpagesize.m4 $(top_srcdir)/m4/getpass.m4 \
-       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettimeofday.m4 \
+       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettime.m4 \
+       $(top_srcdir)/m4/gettimeofday.m4 \
        $(top_srcdir)/m4/getugroups.m4 \
        $(top_srcdir)/m4/getusershell.m4 $(top_srcdir)/m4/glibc21.m4 \
        $(top_srcdir)/m4/group-member.m4 \
index b9c0969..8b29aea 100644 (file)
@@ -64,7 +64,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
        $(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
        $(top_srcdir)/m4/getpagesize.m4 $(top_srcdir)/m4/getpass.m4 \
-       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettimeofday.m4 \
+       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettime.m4 \
+       $(top_srcdir)/m4/gettimeofday.m4 \
        $(top_srcdir)/m4/getugroups.m4 \
        $(top_srcdir)/m4/getusershell.m4 $(top_srcdir)/m4/glibc21.m4 \
        $(top_srcdir)/m4/group-member.m4 \
index cb62e50..57ecb6d 100644 (file)
@@ -63,7 +63,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
        $(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
        $(top_srcdir)/m4/getpagesize.m4 $(top_srcdir)/m4/getpass.m4 \
-       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettimeofday.m4 \
+       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettime.m4 \
+       $(top_srcdir)/m4/gettimeofday.m4 \
        $(top_srcdir)/m4/getugroups.m4 \
        $(top_srcdir)/m4/getusershell.m4 $(top_srcdir)/m4/glibc21.m4 \
        $(top_srcdir)/m4/group-member.m4 \
index 0221500..ed146cb 100644 (file)
@@ -63,7 +63,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
        $(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
        $(top_srcdir)/m4/getpagesize.m4 $(top_srcdir)/m4/getpass.m4 \
-       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettimeofday.m4 \
+       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettime.m4 \
+       $(top_srcdir)/m4/gettimeofday.m4 \
        $(top_srcdir)/m4/getugroups.m4 \
        $(top_srcdir)/m4/getusershell.m4 $(top_srcdir)/m4/glibc21.m4 \
        $(top_srcdir)/m4/group-member.m4 \
index e173da0..e7d369d 100644 (file)
@@ -63,7 +63,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
        $(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
        $(top_srcdir)/m4/getpagesize.m4 $(top_srcdir)/m4/getpass.m4 \
-       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettimeofday.m4 \
+       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettime.m4 \
+       $(top_srcdir)/m4/gettimeofday.m4 \
        $(top_srcdir)/m4/getugroups.m4 \
        $(top_srcdir)/m4/getusershell.m4 $(top_srcdir)/m4/glibc21.m4 \
        $(top_srcdir)/m4/group-member.m4 \
index 2117a2f..a8965d9 100644 (file)
@@ -63,7 +63,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
        $(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
        $(top_srcdir)/m4/getpagesize.m4 $(top_srcdir)/m4/getpass.m4 \
-       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettimeofday.m4 \
+       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettime.m4 \
+       $(top_srcdir)/m4/gettimeofday.m4 \
        $(top_srcdir)/m4/getugroups.m4 \
        $(top_srcdir)/m4/getusershell.m4 $(top_srcdir)/m4/glibc21.m4 \
        $(top_srcdir)/m4/group-member.m4 \
index b433aae..970845c 100644 (file)
@@ -63,7 +63,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
        $(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
        $(top_srcdir)/m4/getpagesize.m4 $(top_srcdir)/m4/getpass.m4 \
-       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettimeofday.m4 \
+       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettime.m4 \
+       $(top_srcdir)/m4/gettimeofday.m4 \
        $(top_srcdir)/m4/getugroups.m4 \
        $(top_srcdir)/m4/getusershell.m4 $(top_srcdir)/m4/glibc21.m4 \
        $(top_srcdir)/m4/group-member.m4 \
index bcd6cd6..aff5908 100644 (file)
@@ -63,7 +63,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
        $(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
        $(top_srcdir)/m4/getpagesize.m4 $(top_srcdir)/m4/getpass.m4 \
-       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettimeofday.m4 \
+       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettime.m4 \
+       $(top_srcdir)/m4/gettimeofday.m4 \
        $(top_srcdir)/m4/getugroups.m4 \
        $(top_srcdir)/m4/getusershell.m4 $(top_srcdir)/m4/glibc21.m4 \
        $(top_srcdir)/m4/group-member.m4 \
index ed35ad5..cd4f3c3 100644 (file)
@@ -64,7 +64,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
        $(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
        $(top_srcdir)/m4/getpagesize.m4 $(top_srcdir)/m4/getpass.m4 \
-       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettimeofday.m4 \
+       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettime.m4 \
+       $(top_srcdir)/m4/gettimeofday.m4 \
        $(top_srcdir)/m4/getugroups.m4 \
        $(top_srcdir)/m4/getusershell.m4 $(top_srcdir)/m4/glibc21.m4 \
        $(top_srcdir)/m4/group-member.m4 \
index dabd7a4..41fdd3c 100644 (file)
@@ -63,7 +63,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
        $(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
        $(top_srcdir)/m4/getpagesize.m4 $(top_srcdir)/m4/getpass.m4 \
-       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettimeofday.m4 \
+       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettime.m4 \
+       $(top_srcdir)/m4/gettimeofday.m4 \
        $(top_srcdir)/m4/getugroups.m4 \
        $(top_srcdir)/m4/getusershell.m4 $(top_srcdir)/m4/glibc21.m4 \
        $(top_srcdir)/m4/group-member.m4 \
index 68a4cea..96a9fa6 100644 (file)
@@ -63,7 +63,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
        $(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
        $(top_srcdir)/m4/getpagesize.m4 $(top_srcdir)/m4/getpass.m4 \
-       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettimeofday.m4 \
+       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettime.m4 \
+       $(top_srcdir)/m4/gettimeofday.m4 \
        $(top_srcdir)/m4/getugroups.m4 \
        $(top_srcdir)/m4/getusershell.m4 $(top_srcdir)/m4/glibc21.m4 \
        $(top_srcdir)/m4/group-member.m4 \
index c8967fe..fa142d6 100644 (file)
@@ -64,7 +64,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
        $(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
        $(top_srcdir)/m4/getpagesize.m4 $(top_srcdir)/m4/getpass.m4 \
-       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettimeofday.m4 \
+       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettime.m4 \
+       $(top_srcdir)/m4/gettimeofday.m4 \
        $(top_srcdir)/m4/getugroups.m4 \
        $(top_srcdir)/m4/getusershell.m4 $(top_srcdir)/m4/glibc21.m4 \
        $(top_srcdir)/m4/group-member.m4 \
index ac95ebd..bf8bf51 100644 (file)
@@ -63,7 +63,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
        $(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
        $(top_srcdir)/m4/getpagesize.m4 $(top_srcdir)/m4/getpass.m4 \
-       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettimeofday.m4 \
+       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettime.m4 \
+       $(top_srcdir)/m4/gettimeofday.m4 \
        $(top_srcdir)/m4/getugroups.m4 \
        $(top_srcdir)/m4/getusershell.m4 $(top_srcdir)/m4/glibc21.m4 \
        $(top_srcdir)/m4/group-member.m4 \
index f6ffaff..9148a15 100644 (file)
@@ -64,7 +64,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
        $(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
        $(top_srcdir)/m4/getpagesize.m4 $(top_srcdir)/m4/getpass.m4 \
-       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettimeofday.m4 \
+       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettime.m4 \
+       $(top_srcdir)/m4/gettimeofday.m4 \
        $(top_srcdir)/m4/getugroups.m4 \
        $(top_srcdir)/m4/getusershell.m4 $(top_srcdir)/m4/glibc21.m4 \
        $(top_srcdir)/m4/group-member.m4 \
index 3d1a5b9..3f67354 100644 (file)
@@ -64,7 +64,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
        $(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
        $(top_srcdir)/m4/getpagesize.m4 $(top_srcdir)/m4/getpass.m4 \
-       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettimeofday.m4 \
+       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettime.m4 \
+       $(top_srcdir)/m4/gettimeofday.m4 \
        $(top_srcdir)/m4/getugroups.m4 \
        $(top_srcdir)/m4/getusershell.m4 $(top_srcdir)/m4/glibc21.m4 \
        $(top_srcdir)/m4/group-member.m4 \
index a1b56f8..b34a2ea 100644 (file)
@@ -63,7 +63,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
        $(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
        $(top_srcdir)/m4/getpagesize.m4 $(top_srcdir)/m4/getpass.m4 \
-       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettimeofday.m4 \
+       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettime.m4 \
+       $(top_srcdir)/m4/gettimeofday.m4 \
        $(top_srcdir)/m4/getugroups.m4 \
        $(top_srcdir)/m4/getusershell.m4 $(top_srcdir)/m4/glibc21.m4 \
        $(top_srcdir)/m4/group-member.m4 \
index 664eda0..c1b3e1e 100644 (file)
@@ -64,7 +64,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
        $(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
        $(top_srcdir)/m4/getpagesize.m4 $(top_srcdir)/m4/getpass.m4 \
-       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettimeofday.m4 \
+       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettime.m4 \
+       $(top_srcdir)/m4/gettimeofday.m4 \
        $(top_srcdir)/m4/getugroups.m4 \
        $(top_srcdir)/m4/getusershell.m4 $(top_srcdir)/m4/glibc21.m4 \
        $(top_srcdir)/m4/group-member.m4 \
index 2fd3526..eb4b9cb 100644 (file)
@@ -63,7 +63,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
        $(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
        $(top_srcdir)/m4/getpagesize.m4 $(top_srcdir)/m4/getpass.m4 \
-       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettimeofday.m4 \
+       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettime.m4 \
+       $(top_srcdir)/m4/gettimeofday.m4 \
        $(top_srcdir)/m4/getugroups.m4 \
        $(top_srcdir)/m4/getusershell.m4 $(top_srcdir)/m4/glibc21.m4 \
        $(top_srcdir)/m4/group-member.m4 \
index dc11052..def42b8 100644 (file)
@@ -63,7 +63,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
        $(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
        $(top_srcdir)/m4/getpagesize.m4 $(top_srcdir)/m4/getpass.m4 \
-       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettimeofday.m4 \
+       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettime.m4 \
+       $(top_srcdir)/m4/gettimeofday.m4 \
        $(top_srcdir)/m4/getugroups.m4 \
        $(top_srcdir)/m4/getusershell.m4 $(top_srcdir)/m4/glibc21.m4 \
        $(top_srcdir)/m4/group-member.m4 \
index b12a68b..2c83c3a 100644 (file)
@@ -64,7 +64,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
        $(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
        $(top_srcdir)/m4/getpagesize.m4 $(top_srcdir)/m4/getpass.m4 \
-       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettimeofday.m4 \
+       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettime.m4 \
+       $(top_srcdir)/m4/gettimeofday.m4 \
        $(top_srcdir)/m4/getugroups.m4 \
        $(top_srcdir)/m4/getusershell.m4 $(top_srcdir)/m4/glibc21.m4 \
        $(top_srcdir)/m4/group-member.m4 \
index 33c9f25..00ea17d 100644 (file)
@@ -64,7 +64,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
        $(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
        $(top_srcdir)/m4/getpagesize.m4 $(top_srcdir)/m4/getpass.m4 \
-       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettimeofday.m4 \
+       $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettime.m4 \
+       $(top_srcdir)/m4/gettimeofday.m4 \
        $(top_srcdir)/m4/getugroups.m4 \
        $(top_srcdir)/m4/getusershell.m4 $(top_srcdir)/m4/glibc21.m4 \
        $(top_srcdir)/m4/group-member.m4 \