From d3c784283fe6d4eac879e1f3e084b18ee2af7fa2 Mon Sep 17 00:00:00 2001 From: Alan Brault Date: Tue, 7 Dec 2010 21:04:26 -0500 Subject: - Check for sizes in unsigned long long and unsigned long int - Check for O_LARGEFILE compatibility - Add extra checks for libsysfs so it can build correctly - Remove ISO C99 requirement (libsysfs fails on some platforms doing this) --- libsysfs/Makefile.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'libsysfs') diff --git a/libsysfs/Makefile.in b/libsysfs/Makefile.in index 19590e1..2df3b13 100644 --- a/libsysfs/Makefile.in +++ b/libsysfs/Makefile.in @@ -35,7 +35,7 @@ POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = libsysfs -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.in am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ @@ -107,6 +107,10 @@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ @@ -160,6 +164,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ -- cgit