pcbjam/scripts/config/autom4te-wrapper.sh

7 lines
274 B
Shell
Raw Normal View History

#!/bin/bash
# autom4te wrapper - disables cache to keep submodules clean
# This prevents autom4te.cache directories from being created in source trees
#
# Unset AUTOM4TE to prevent infinite recursion when autoconf calls autom4te
unset AUTOM4TE
exec autom4te --no-cache "$@"