summaryrefslogtreecommitdiff
path: root/ext/snmp/config.m4
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug #79112: IMAP can't find OpenSSL during configureNikita Popov2020-01-201-7/+0
| | | | | | | | | | | | | | | Remove the check of PHP_OPENSSL inside SETUP_OPENSSL. It's the responsibility of the caller to determine whether they want to enable openssl or not. This makes SSL detection in IMAP work, which uses a different option. Additionally also clarify that --with-openssl-dir cannot actually be used to specify an OpenSSL directory -- these options just serve as a way to enable OpenSSL in extensions without also enabling the OpenSSL extension. They need to be renamed to something clearer in master. Closes GH-5091.
* Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-2/+0
| | | | | | | | | Normalization include: - Use dnl for everything that can be ommitted when configure is built in favor of the shell comment character # which is visible in the output. - Line length normalized to 80 columns - Dots for most of the one line sentences - Macro definitions include similar pattern header comments now
* Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-4/+10
| | | | | | | | The Autoconf's default AS_HELP_STRING macro can properly format help strings [1] so watching out if columns are aligned manually is not anymore. [1] https://www.gnu.org/software/autoconf/manual/autoconf.html#Pretty-Help-Strings
* Trim trailing whitespaces in build filesPeter Kokot2018-07-291-1/+1
| | | | | | | | Some editors utilizing .editorconfig automatically trim whitespaces. For convenience this patch removes whitespaces in certain build files: - ext/*/config*.m4 - configure.ac - acinclude.m4
* Remove unused Git attributes identPeter Kokot2018-07-251-3/+1
| | | | | | | | | | | | | | | The $Id$ keywords were used in Subversion where they can be substituted with filename, last revision number change, last changed date, and last user who changed it. In Git this functionality is different and can be done with Git attribute ident. These need to be defined manually for each file in the .gitattributes file and are afterwards replaced with 40-character hexadecimal blob object name which is based only on the particular file contents. This patch simplifies handling of $Id$ keywords by removing them since they are not used anymore.
* Fix long-standing visual pain point: the misalignment of './configure help' ↵Christopher Jones2013-08-061-1/+1
| | | | | | text. Whitespace changes and a couple of grammar fixes.
* re-work walkaround for net-snmp BUGid 2027834, no need to detect it anymoreBoris Lytochkin2013-05-031-61/+0
| | | | | add test for Bug #64159 bump default buffer size for values(32->512): do not reallocate buffers in 99% cases
* fixed typos in testsBoris Lytochkin2011-05-101-1/+1
| | | | | | ucd-snmp epoch is over, drop legacy memory allocation (non e*) tune 'buggy snmp_snprint_value' detection on some systems
* fix typoBoris Lytochkin2011-04-121-2/+1
|
* * Net-SNMP version detection and proper processingBoris Lytochkin2011-04-061-20/+21
| | | | | * more UCD-SNMP-related code removal
* * added detection and walkaround for net-snmp library bug (net-snmp BUGid ↵Boris Lytochkin2011-04-051-76/+62
| | | | | | | 2027834) * drop UCD-SNMP support, R.I.P.
* * Fix memory leak on concurrent new, openBoris Lytochkin2011-02-171-0/+8
| | | | | | * change comments to ANSI-C style * added compatibility with net-snmp prior 5.4
* - Fix some lib vs. $PHP_LIBDIR issues.Jani Taskinen2007-07-311-2/+2
|
* - Changed AC_ARG_ENABLE to PHP_ARG_ENABLEJani Taskinen2007-07-111-13/+7
|
* change -o to || to be more portableAntony Dovgal2005-12-221-1/+1
|
* fix configure helpfoobar2005-11-101-1/+1
|
* - Unify the "configure --help" textsfoobar2005-05-291-4/+3
|
* - Fixed bug #25604 (HAVE_SNMP_PARSE_OID undefined with phpize build)foobar2003-09-231-1/+8
|
* - Unified PHP_SETUP_OPENSSL with other PHP_SETUP_* macros.foobar2003-06-241-6/+14
|
* MFB: Sanity check.foobar2003-02-171-1/+11
|
* Fix this for Wez and his antique ucd-snmpfoobar2002-10-171-0/+2
|
* Make this thing to compile with net-snmp-5.0.xfoobar2002-10-151-6/+33
|
* WS change to make very old compilers/preprocessors (e.g. HP/UX 9)Stefan Roehrich2002-06-011-3/+3
| | | | | happy (thanks to Andreas Ley for recognizing this).
* extension converted automatically to PHP_NEW_EXTENSION. Manually confirmedSascha Schumann2002-03-121-1/+1
|
* Fix typoRasmus Lerdorf2002-01-161-1/+1
|
* Unified the configure messages.foobar2001-11-301-5/+1
|
* if test -f /usr/local/lib/libexample.s?; then <-- no workiefoobar2001-09-071-1/+1
| | | | | | | | if test -f /usr/local/lib/libexample.so; then <-- workie # # You can all point at me and laugh now.. :( #
* Cleaning. And made the check for SSL support in SNMP to really work.foobar2001-08-201-21/+27
|
* Simplified a bit and made more readable.foobar2001-07-271-37/+45
|
* Nuke more quotesSascha Schumann2001-05-121-3/+3
|
* Fixed a typo.foobar2001-05-091-1/+1
|
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-271-3/+3
| | | | | # Heads up people! I tested this before committing but you never know..
* Moving --with-openssl to global configure, want OpenSSL for not just snmpStig Venaas2000-10-281-24/+0
|
* compile fix (RedHat 6.2)Stig Bakken2000-08-251-0/+1
|
* Convert config.m4 to make use of the new build system featuresSascha Schumann2000-05-231-57/+19
|
* Fix build problems with UCD-SNMP 4.1.x.Sascha Schumann2000-03-191-1/+53
| | | | | | | | | | | | | First, we need to include default_store.h. Second, UCD-SNMP supports OpenSSL now, so we additionally need to link against that. The changes should be completely backwards-compatible. Partly suggested by: thor2001@gmx.net PR: #3451, #3668, #3868
* Whoops, defining them to empty values generates many parse errors.Sascha Schumann1999-12-301-1/+1
| | | | | Defaulting to 1.
* Get rid of config.h.stub. Note that you should embed a comment aboutSascha Schumann1999-12-301-2/+2
| | | | | | | what the respective define does into the AC_DEFINE macro. I.e. AC_DEFINE(HAVE_FOO, 1, [Whether you have FOO])
* Integration of -ng changes. Changes:Sascha Schumann1999-12-301-5/+3
| | | | | | | | | | | | - added support for externally built modules, - improved support for in-tree shared modules, - fixed diversion bugs, - configure displays some informative messages, - faster static build (libtool isn't used anymore for compiling non-PIC objects), - dependencies comparable to automake's without requiring GNU make or GCC, - working make clean for non-GNU makes.
* Better lib detection for ucd-snmpRasmus Lerdorf1999-11-091-0/+4
|
* Find ucd-snmp include files more intelligentlyRasmus Lerdorf1999-11-091-3/+4
|
* Fix for #2631Sascha Schumann1999-11-011-1/+1
|
* Enabled shared build of snmp moduleGergely Madarász1999-09-031-6/+40
|
* Debian fixesStig Bakken1999-07-211-0/+1
|
* more portingSascha Schumann1999-06-271-0/+14
|
* Introduce AC_ADD_* macrosSascha Schumann1999-06-201-5/+2
| | | | | | | The use of AC_EXPAND_PATH makes it possible to continue to use relative paths when configuring PHP. (e.g. --with-apache=../apache-1.3.x works again)
* Module workRasmus Lerdorf1999-04-231-2/+5
|
* last bunch of extensions moving to ext/Stig Bakken1999-04-221-0/+31
fhttpd module taken out of functions, functions is ready to go. The only extensions I have tested are gd+freetype and odbc(solid). Please try compiling in your favourite extensions and let me know how it works.