Loading curl-config.in +5 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,7 @@ Available values for OPTION include: --cflags pre-processor and compiler flags --feature newline separated list of enabled features --help display this help and exit --include display compiler flag(s) to set curl\'s include path --libs library linking information --prefix curl install prefix --version output version information Loading Loading @@ -76,6 +77,10 @@ while test $# -gt 0; do echo @CPPFLAGS@ ;; --include) echo -I@includedir@ ;; --libs) echo -L@libdir@ -lcurl @LDFLAGS@ @LIBS@ ;; Loading Loading
curl-config.in +5 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,7 @@ Available values for OPTION include: --cflags pre-processor and compiler flags --feature newline separated list of enabled features --help display this help and exit --include display compiler flag(s) to set curl\'s include path --libs library linking information --prefix curl install prefix --version output version information Loading Loading @@ -76,6 +77,10 @@ while test $# -gt 0; do echo @CPPFLAGS@ ;; --include) echo -I@includedir@ ;; --libs) echo -L@libdir@ -lcurl @LDFLAGS@ @LIBS@ ;; Loading