Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 487456
Collapse All | Expand All

(-)strace-4.8.orig/configure.ac (-2 / +3 lines)
Lines 1-7 Link Here
1
dnl Process this file with autoconf to create configure.  Use autoreconf.
1
dnl Process this file with autoconf to create configure.  Use autoreconf.
2
AC_PREREQ(2.57)
2
AC_PREREQ(2.57)
3
AC_INIT([strace],
3
AC_INIT([strace],
4
	m4_esyscmd([./git-version-gen .tarball-version]),
5
	[strace-devel@lists.sourceforge.net])
4
	[strace-devel@lists.sourceforge.net])
6
AC_CONFIG_SRCDIR([strace.c])
5
AC_CONFIG_SRCDIR([strace.c])
7
AC_CONFIG_AUX_DIR([.])
6
AC_CONFIG_AUX_DIR([.])
Lines 213-219 Link Here
213
	ioctls.h
212
	ioctls.h
214
	linux/capability.h
213
	linux/capability.h
215
	linux/perf_event.h
214
	linux/perf_event.h
216
	linux/ptrace.h
217
	linux/utsname.h
215
	linux/utsname.h
218
	mqueue.h
216
	mqueue.h
219
	netinet/sctp.h
217
	netinet/sctp.h
Lines 231-236 Link Here
231
	sys/uio.h
229
	sys/uio.h
232
	sys/vfs.h
230
	sys/vfs.h
233
]))
231
]))
232
if test "$HAVE_LINUX_PTRACE_H" = ""; then
233
	AC_CHECK_HEADER([linux/ptrace.h])
234
fi
234
AC_CHECK_HEADERS([linux/icmp.h linux/in6.h linux/netlink.h linux/if_packet.h],
235
AC_CHECK_HEADERS([linux/icmp.h linux/in6.h linux/netlink.h linux/if_packet.h],
235
                 [], [], [#include <stddef.h>
236
                 [], [], [#include <stddef.h>
236
#include <sys/socket.h>
237
#include <sys/socket.h>

Return to bug 487456