Modify libcurl options for dealing with SSL and redirects.
[platform/upstream/corewatcher.git] / autogen.sh
1 #!/bin/bash
2
3 autoreconf --install
4
5 args="--prefix=/usr \
6 --libdir=/usr/lib \
7 --sysconfdir=/etc"
8
9 echo ./configure $args $@
10 ./configure $args $@