]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Port AC_SYS_LARGEFILE to C++
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 24 Apr 2024 21:47:56 +0000 (14:47 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 24 Apr 2024 21:48:17 +0000 (14:48 -0700)
commitb71143738516017f0e0d347a4025301c06c40254
treee288b13b91dd9782dd2aaae767c041262e28e2b1
parent7a6347d1d785ee26f205154fdadf7f6f81797f92
Port AC_SYS_LARGEFILE to C++

Problem reported by Zack Weinberg
<https://savannah.gnu.org/support/?110983>.
* lib/autoconf/specific.m4 (_AC_SYS_YEAR2038_PROBE)
(_AC_SYS_LARGEFILE_PROBE):
In chatter, say it’s a CPPFLAGS option, not a CC option.
(_AC_SYS_LARGEFILE_OPTIONS): Omit -n32, as we no longer
need to worry about IRIX.
(_AC_SYS_LARGEFILE_PROBE): Fiddle with CPPFLAGS, not CC,
and don’t worry about -n32.
lib/autoconf/specific.m4