bcrypt keys are in the rxkad list, not the rxgk list
[openafs.git] / regen.sh
index 0908683..28fecd7 100755 (executable)
--- 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
+elif which glibtoolize > /dev/null 2>&1; then
+    glibtoolize -c -f
+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
@@ -25,8 +36,6 @@ else
   exit 1
 fi
 
-echo "Running libtoolize"
-libtoolize -c -f
 echo "Running autoconf"
 autoconf
 echo "Running autoconf for configure-libafs"