* build-aux/config.libpath: Expect 2 arguments, not 1.
+2024-08-26 Bruno Haible <bruno@clisp.org>
+
+ relocatable-prog: Fix config.libpath failure (regression 2024-08-24).
+ * build-aux/config.libpath: Expect 2 arguments, not 1.
+
2024-08-26 Bruno Haible <bruno@clisp.org>
Fix compilation errors with clang that masquerades as gcc 13.
esac
done
-if test $# -gt 1; then
+if test $# -gt 2; then
func_fatal_error "too many arguments"
fi
-if test $# -lt 1; then
+if test $# -lt 2; then
func_fatal_error "too few arguments"
fi