579675a2961d8504b2c2d97e63a1c790ef1b9033
[deb_libnfs.git] / autogen.sh
1 #!/bin/sh
2
3 rm -rf autom4te.cache
4 rm -f configure config.h.in libnfs.pc
5
6 IPATHS="-I ./include -I ../include -I ./include -I ./mount -I ./nfs -I ./portmap"
7
8 autoheader $IPATHS || exit 1
9 autoconf $IPATHS || exit 1
10
11 rm -rf autom4te.cache
12
13 echo "Now run ./configure and then make."
14 exit 0
15