From f0486502a545eb0ddb0c5bc1289c75af25fd165c Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Wed, 1 Jan 2025 22:55:21 +0300 Subject: [PATCH] fix touch-autofoo.sh --- build-scripts/touch-autofoo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-scripts/touch-autofoo.sh b/build-scripts/touch-autofoo.sh index 386158e..c466639 100755 --- a/build-scripts/touch-autofoo.sh +++ b/build-scripts/touch-autofoo.sh @@ -4,5 +4,5 @@ # autotools generated files, so that the build procedure # doesn't attempt to regenerate them. -cd `dirname $0` +cd `dirname $0`/.. touch aclocal.m4 configure Makefile.in