Skip to content
This repository has been archived by the owner on Jun 19, 2021. It is now read-only.

Commit

Permalink
Updated to use ax_path_generic m4 macro to check for libcurl.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdermold committed Nov 19, 2015
1 parent 65ee695 commit 2c58ba0
Show file tree
Hide file tree
Showing 7 changed files with 794 additions and 21 deletions.
6 changes: 5 additions & 1 deletion libdbconn/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
build-aux/ltmain.sh build-aux/missing
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_lib_postgresql.m4 \
$(top_srcdir)/configure.ac
$(top_srcdir)/m4/ax_compare_version.m4 \
$(top_srcdir)/m4/ax_path_generic.m4 $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
Expand Down Expand Up @@ -122,6 +123,9 @@ CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
CURL_CFLAGS = @CURL_CFLAGS@
CURL_CONFIG = @CURL_CONFIG@
CURL_LIBS = @CURL_LIBS@
CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
Expand Down
Loading

0 comments on commit 2c58ba0

Please sign in to comment.