]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
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 218e473c38f4a8a2db3efed87af6c4e9e86c50df..757583fccc5a6d2e06b78f730e43d051f0ce7862 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 254f75c5c4a821aa4532dfe220394fe08ba39bc3..3fbba533fa3eced7fff4e21d99b152c145849be6 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 003915eee1559593c8a7544354c67583d14539c2..34a549d674fb1d18b57110fc570de09a477c4b8d 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 fb54412f088046a10ddeb8f84a513ba7c5b9ada3..541549cc847a5116f21e1cb9e563d2a418541f0e 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 4e941659a138647e6bab92aa12f2e5a80cfd36f9..9594042978d53f8142d373b7213b194ad0bde885 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 bd25ca4093a45278dae34681a8619066660c14b4..267db1dfe8cf333ccf90e11f263f4035256d7847 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 51062c9764647a330f07a0368e39636621afb282..fe02a7c08f76775f67c22d156a47123e9d4f9bfa 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 dc8f6d92c7c9323dfb49931538c20652e1634785..00213aa849227336a5489ebdbfe4e195c320e465 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 6c76140a77148ff2ec2d7f7502f032e7950d868d..8709985d49186f4bb04418c4268ed390532972bd 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 5049168675c9f9245d2dda7f96283119234bc606..a32590d7d1d46be605be306e63c2358b93d62b07 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 9921186b213ee2a8fa11b768d81ad1e853e6618b..c83e8269499edc2ce4c3f7aa0989c6f931870abb 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 c55e62384ce175897ba1b3021e996eb49fe9a496..e6f75d16b00cf6225746298b3b35b52773202ca9 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 fc3e784153e0538776e368421d77ae759130fc43..2ea04a7ebd07f4519788f6b122c35c0fc3691627 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 91e395cb880a14ae0fce2a6f53ddf5f946e8aba5..a5b5f3d7c49e3023031036c58e3653c0095e2445 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 7474a7165ac67a3e0fcdf583cb487278c8c69cb0..987450b68ba42105984198434186962058e0b2f4 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 b3aee1220481e3a03469ca184bd5fd0a3fd02f5f..c226c3369e4262f12e74e5d8b02fbb6cb5ec310d 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 ce8805b97c63592152962cd734e1d017ec299620..4e9fbf1ed79f7c162a3fcfbc528d670092693f70 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 d16ce883062c921accc8e4bd419dbcd879a2935a..580cd61eb852cd3bcf2c6967d52262b3ced9ae14 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 3e1627b6e27e837e6cb080447ba48e33465e8c8e..507a839cc5baaefcc815462542bcf6d4fbcf226c 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 d3602dbd38d25f322dc234cd01beb09b3f753beb..b3ea2faa4de2613b607da04fd12c0f4d557b6f1c 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 d96f6b48f4dfee6bf7a4c80e5a7293bd12eea41b..5c719cfd98887bd1fd66b393d04f3312e5dd1d56 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 f9e7bfb719faa07225e80cd2742aacf21ad09d23..369ed847d5c4ea0f176bc359f3b64b63f96a2ebf 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 57a3ee60aef2b5144656f07f75cd20fc90ab7678..90a3485bc3858f11f7d91b140f882b8c9458e4bb 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 e3ae328d78660ae82c3b31cbe10d7af8699716a6..68ad79b658d4c70711ecd906bba6a7aa83c41413 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 e87b88401297fdbce6a87e40409488b4689d7f46..e441930331c44bd4518c829033f2c1145656ef29 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 2992f21b773c35bcdd308f3228d0231d7ddd528b..4a113836dc4dcfb4fcd861670a68358e6f924faa 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 35dcc962bd868eabe70c5cd27af2cc5a8f6b56db..93b3cd8b0530238f3195d778ac4d8d6d89cab214 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 c5eca3d887369331f09e49b2f3470281882e66ca..c6c8c605c5ec8ecaebe2ff34986e4056e84c9cda 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 76f96f51c43460fae194622ca1e5f07f4f4201b7..c88b536635cfee3775ca948736ad37aa5ea0e224 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 2326d3f7b33cd39be681b10eb62ea3324f1dab18..fa40bfd421329d8ac35ccc425998fdda2187bb98 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 c54d09f77fa7da125a3c53ab015865aecd6b7db3..297320203c3e168fbb0f51d7ab853c26bed13b26 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 671e70c279f522ec58cd0034c89b30ec2c8be6e1..349ababf98de5a66cdf5050f5f46812b7fd5c715 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 b9c09694ac54bf77598d8cb309aaed587031e47a..8b29aea8fffc209381ac97eccbb7edc3fed5e4cb 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 cb62e504aa74757a1b57f6b746ea68177115b1cc..57ecb6d52573113997d71871ac475b1a9dd80c7a 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 022150043b3a970b05ceb120446af169f53360eb..ed146cbc2d7c9b987b76f3552a3ef602aa5f8ae9 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 e173da0063a5dd7de7c0b747ed17c40789ec63e6..e7d369d0185cdf4d78a5d307fe80f9cca0836323 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 2117a2fd02f877078db0b6917ecaaf6d4581242e..a8965d9cdb4c809d247312dee283defd67be7f4a 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 b433aae71120bba9e04f25ee2c205fd99f2f8ca2..970845c8444c49f798e7a85a7fb8a1bdf578cb0d 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 bcd6cd60a5df3bfd00f3bc42b0b3a922bd28d8be..aff5908faad487d86488107614e7585ff1a208f4 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 ed35ad530c8e015858c07fac91046ac39355c41f..cd4f3c327cebfad7c8bb3e2ee2a82dcfa931fa5e 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 dabd7a45de7824f9eb7e637117a8ab1f4ee1791a..41fdd3c7035a37bb769a99ae06563aa6eafb7060 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 68a4ceaa895f8b48992c9a87666101e8edfcfc80..96a9fa6773b6b855b3476944acbc217c7cdef432 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 c8967fe5fe4d562403651fab4150f218c9f56713..fa142d6cba287d53e300bc84f9465eef9482331e 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 ac95ebd70a1936dcc72f4cc71be50135bc5eac06..bf8bf51159210b8c53cd728a175fca676b27368f 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 f6ffaffaa2b076fd5e966d05f0e8510c9627a735..9148a15c3a582c6fd33d994b4bcd4df823186bcf 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 3d1a5b993527ab7f1f30ba9b59eb32451fcf689a..3f673543180fc37d85fb8a2b1c0d46081734702f 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 a1b56f80f352c48ea79b82966de6c014f067f2e9..b34a2ea73814fdc4802e4d702c1e2100e7c72ae4 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 664eda0fe7727ac4dfc32d2602305b4e3eeda637..c1b3e1e648346ea110e5c9f072b90e39b0314a67 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 2fd35265ac8c9cae2ab2c159bbc1e98f330ebf0e..eb4b9cbba614689e93ab6d184c5285fc929b19c2 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 dc11052445f65a7b716104748ac098a2976dfd8c..def42b8cc39a724242b9cdb108ba79199d9e4ef6 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 b12a68b964f5ad52a938be95f6741340b72de53b..2c83c3abddc4eb8737a6327321c9d6ec352ddcf1 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 33c9f2529fea89e9b524c97a772bfa1fc5acae6b..00ea17dd7e096fe0ab8bc5b84323d423288ee5b1 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 \