X-Git-Url: http://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=regen.sh;h=3ada36c6b88afb6afa3b6c03d615d84938929074;hp=c20c4bbb3a7ee0f8cf8fd0764784e2bd73359c57;hb=6b67cac432043a43d7cdfa6af972ab54412aff94;hpb=6d519cf1234d54630dcfe48f6ecd393e2dfe71dd diff --git a/regen.sh b/regen.sh index c20c4bb..3ada36c 100755 --- a/regen.sh +++ b/regen.sh @@ -15,6 +15,17 @@ do done echo "Updating configuration..." + +echo "Running libtoolize" +if which libtoolize > /dev/null 2>&1; then + libtoolize -c -f -i +elif which glibtoolize > /dev/null 2>&1; then + glibtoolize -c -f -i +else + echo "No libtoolize found on your system (looked for libtoolize & glibtoolize)" + exit 1 +fi + echo "Running aclocal" if which aclocal > /dev/null 2>&1; then aclocal -I src/cf -I src/external/rra-c-util/m4