Loading curl-config.in +2 −6 Original line number Original line Diff line number Diff line Loading @@ -19,7 +19,6 @@ Available values for OPTION include: --cflags pre-processor and compiler flags --cflags pre-processor and compiler flags --feature newline separated list of enabled features --feature newline separated list of enabled features --help display this help and exit --help display this help and exit --include display compiler flag(s) to set curl\'s include path --libs library linking information --libs library linking information --prefix curl install prefix --prefix curl install prefix --version output version information --version output version information Loading Loading @@ -74,11 +73,7 @@ while test $# -gt 0; do ;; ;; --cflags) --cflags) echo @CPPFLAGS@ echo -I@includedir@ @CPPFLAGS@ ;; --include) echo -I@includedir@ ;; ;; --libs) --libs) Loading @@ -86,6 +81,7 @@ while test $# -gt 0; do ;; ;; *) *) echo "unknown option: $1" usage usage exit 1 exit 1 ;; ;; Loading Loading
curl-config.in +2 −6 Original line number Original line Diff line number Diff line Loading @@ -19,7 +19,6 @@ Available values for OPTION include: --cflags pre-processor and compiler flags --cflags pre-processor and compiler flags --feature newline separated list of enabled features --feature newline separated list of enabled features --help display this help and exit --help display this help and exit --include display compiler flag(s) to set curl\'s include path --libs library linking information --libs library linking information --prefix curl install prefix --prefix curl install prefix --version output version information --version output version information Loading Loading @@ -74,11 +73,7 @@ while test $# -gt 0; do ;; ;; --cflags) --cflags) echo @CPPFLAGS@ echo -I@includedir@ @CPPFLAGS@ ;; --include) echo -I@includedir@ ;; ;; --libs) --libs) Loading @@ -86,6 +81,7 @@ while test $# -gt 0; do ;; ;; *) *) echo "unknown option: $1" usage usage exit 1 exit 1 ;; ;; Loading