]> granicus.if.org Git - strace/commit
2002-12-22 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Mon, 30 Dec 2002 00:51:30 +0000 (00:51 +0000)
committerRoland McGrath <roland@redhat.com>
Mon, 30 Dec 2002 00:51:30 +0000 (00:51 +0000)
commit6d2b34971b33d379c89c36c5ad1b0c6d5d12c453
tree5b4bfe0ef2375b3cdadf9dd9f339e3267228b603
parente4d289013916c73187d461bb8f4b4010f6cf3f5a
2002-12-22  Roland McGrath  <roland@redhat.com>

Update to Autoconf 2.57, and Automakify with version 1.7.
* Makefile.am: New file.
* Makefile.in: File removed.
* configure.in: Moved to ...
* configure.ac: ... here.  Update for Autoconf 2.5x and Automake.
* aclocal.m4: Moved to ...
* acinclude.m4: ... here.  Update for Autoconf 2.5x.
* AUTHORS: New file, makes automake happy.
* autogen.sh: File removed.
* README-CVS: Update to recommend autoreconf instead.
* file.c: HAVE_ST_* -> HAVE_STRUCT_STAT_ST_*.
* net.c: HAVE_SIN6_SCOPE_ID -> HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID,
HAVE_MSG_CONTROL -> HAVE_STRUCT_MSGHDR_MSG_CONTROL.
* strace.c: *_DECLARED -> HAVE_DECL_*
* stream.c: HAVE_* -> HAVE_STRUCT_*
AUTHORS [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
README-CVS
acinclude.m4 [new file with mode: 0644]
configure.ac [new file with mode: 0644]
file.c
net.c
strace.c
stream.c