diff --git a/build-scripts/touch-autofoo.sh b/build-scripts/touch-autofoo.sh deleted file mode 100755 index 386158e53..000000000 --- a/build-scripts/touch-autofoo.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -# Run this script from the root of $srcdir to touch the -# autotools generated files, so that the build procedure -# doesn't attempt to regenerate them. - -cd `dirname $0` -touch aclocal.m4 configure Makefile.in