man-page-afsd-crypt-alias-20070805
[openafs.git] / regen.sh
1 #!/bin/sh
2 echo "Updating configuration..."
3 echo "Running aclocal"
4 aclocal -I src/cf
5 echo "Running autoconf"
6 autoconf
7 echo "Running autoconf for configure-libafs"
8 autoconf configure-libafs.in > configure-libafs
9 chmod +x configure-libafs
10 echo "Running autoheader"
11 autoheader
12 #echo "Running automake"
13 #automake
14
15 echo "Deleting autom4te.cache directory"
16 rm -r autom4te.cache
17
18 # Rebuild the man pages, to not require those building from source to have
19 # pod2man available.
20 if test -d doc/man-pages ; then
21     echo "Building man pages"
22     (cd doc/man-pages && ./generate-man)
23 fi