New upstream version 2.3.4
This commit is contained in:
parent
e7bdd1c6c6
commit
de72f6f588
556 changed files with 90432 additions and 53391 deletions
|
@ -13,7 +13,7 @@ dnl np_mysql_libs = flags for libs, from mysql_config --libs
|
|||
dnl np_mysql_cflags = flags for cflags, from mysql_config --cflags
|
||||
dnl Also sets in config.h:
|
||||
dnl HAVE_MYSQLCLIENT
|
||||
dnl Copile your code with:
|
||||
dnl Compile your code with:
|
||||
dnl $(CC) $(np_mysql_include) code.c $(np_mysql_libs)
|
||||
|
||||
AC_DEFUN([np_mysqlclient],
|
||||
|
@ -81,7 +81,7 @@ AC_DEFUN([np_check_lib_mariadbclient],
|
|||
], [with_mysql=no], [$np_mysql_libs])
|
||||
])
|
||||
|
||||
dnl Will take $1, find last occurrance of -LDIR and add DIR to LD_RUN_PATH
|
||||
dnl Will take $1, find last occurrence of -LDIR and add DIR to LD_RUN_PATH
|
||||
AC_DEFUN([np_add_to_runpath],
|
||||
[
|
||||
dnl Need [[ ]] so autoconf gives us just one set
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# (this check is rougly based on and inspired libcurl.m4)
|
||||
# (this check is roughly based on and inspired libcurl.m4)
|
||||
# URIPARSER_CHECK ([DEFAULT-ACTION], [MINIMUM-VERSION],
|
||||
# [ACTION-IF-YES], [ACTION-IF-NO])
|
||||
# Checks for uriparser library. DEFAULT-ACTION is the string yes or no to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue