diff options
author | Alan Brault <alan.brault@incruentatus.net> | 2010-12-07 21:04:26 -0500 |
---|---|---|
committer | Alan Brault <alan.brault@incruentatus.net> | 2010-12-07 21:04:26 -0500 |
commit | d3c784283fe6d4eac879e1f3e084b18ee2af7fa2 (patch) | |
tree | 0f29b19538cb9af2926eaf16a52f6a0ec4cd10a0 /libsysfs/Makefile.in | |
parent | cdd0832671d59b90e4a6947c43096057c0be1d53 (diff) | |
download | NetNuke2-d3c784283fe6d4eac879e1f3e084b18ee2af7fa2.tar.gz |
- 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)
Diffstat (limited to 'libsysfs/Makefile.in')
-rw-r--r-- | libsysfs/Makefile.in | 7 |
1 files changed, 6 insertions, 1 deletions
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@ |