Benjamin Peterson
|
e4f961be09
|
improve alignment autoconf test (#1129)
Replace the deprecated AC_TRY_RUN with AC_RUN_IFELSE. Also, standardize the
variable name and allow for caching of the result.
|
2017-04-14 09:36:45 -07:00 |
Christian Heimes
|
938da643ee
|
Write configure message to AS_MESSAGE_FD
|
2016-09-24 12:34:25 +02:00 |
Benjamin Peterson
|
47ff0734b8
|
more PY_LONG_LONG to long long
|
2016-09-08 09:15:54 -07:00 |
Christian Heimes
|
7f9eb6eda3
|
Issue 28017: Use -std=gnu99 to get C99 with GNU extensions for bluetooth.h on big endian.
|
2016-09-08 11:39:42 +02:00 |
Benjamin Peterson
|
b8a2f51ceb
|
assume egd unless OPENSSL_NO_EGD is defined—remove configure check (closes #24557)
|
2016-07-06 23:55:15 -07:00 |
Ned Deily
|
bec699e40d
|
Issue #24324: Do not enable unreachable code warnings when using
gcc as the option does not work correctly in older versions of gcc
and has been silently removed as of gcc-4.5.
|
2016-03-08 00:28:37 -05:00 |
doko@ubuntu.com
|
3536350d84
|
- the PKG_PROG_PKG_CONFIG macro is not part of autoconf, but comes from third
party sources. Run aclocal to import it to aclocal.m4 and add aclocal.m4
to the archive.
|
2015-04-13 20:53:43 +02:00 |
Martin v. Löwis
|
4ddc78a6a1
|
Delete aclocal.m4, and require autoconf 2.59, fixing
#811160 in a different way.
|
2006-01-29 09:53:44 +00:00 |
Anthony Baxter
|
c050119de7
|
fix for bug #811160 - autoconf vs. hp/ux system header files.
also applied to release23-maint.
Note that aclocal.m4 can go away when autoconf 2.58 is out.
|
2003-09-27 09:12:27 +00:00 |