2001-06-28 07:44:19 +01:00
|
|
|
echo "Updating configuration..."
|
2001-06-05 22:17:46 +01:00
|
|
|
echo "Running aclocal"
|
2001-06-28 07:44:19 +01:00
|
|
|
aclocal -I src/cf
|
2001-06-05 22:17:46 +01:00
|
|
|
echo "Running autoconf"
|
|
|
|
autoconf
|
2001-08-29 21:17:19 +01:00
|
|
|
echo "Running autoconf for configure-libafs"
|
|
|
|
autoconf configure-libafs.in > configure-libafs
|
|
|
|
chmod +x configure-libafs
|
2001-06-05 22:17:46 +01:00
|
|
|
echo "Running autoheader"
|
|
|
|
autoheader
|
2001-06-28 07:44:19 +01:00
|
|
|
#echo "Running automake"
|
|
|
|
#automake
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
# Rebuild the man pages, to not require those building from source to have
|
|
|
|
# pod2man available.
|
|
|
|
echo "Building man pages"
|
2005-12-21 00:37:16 +00:00
|
|
|
if test -d doc/man-pages ; then
|
|
|
|
(cd doc/man-pages && ./generate-man)
|
2005-12-08 12:14:33 +00:00
|
|
|
fi
|