summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2019-02-22 01:13:52 -0800
committerH. Peter Anvin <hpa@zytor.com>2019-02-22 01:18:04 -0800
commit0bddd0f1b14aa614e1dd1c14297527dc24dee29c (patch)
tree890f98ec169ea2ee2a241edd7fdcacc2b7908f21 /autogen.sh
parent5a3b4d3802efef94b636d083fe412ab85cdab656 (diff)
downloadnasm-0bddd0f1b14aa614e1dd1c14297527dc24dee29c.tar.gz
autoconf: move aux directory, define AC_CONFIG_AUX_DIR()
The name "aux" is reserved on Windows platforms, a legacy from CP/M via MS-DOS. Rename it to "helpers". Turns out that that directory wasn't actually used properly, because AC_CONFIG_AUX_DIR was never defined, and there was a redundant copy of install-sh checked into the base of the source tree. Reported-by: Ehsan Alem Mohammad Ghasemlou <e.ghasemloo@gmail.com> NASM-Bugzilla: https://bugzilla.nasm.us/show_bug.cgi?id=3392560 Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 2b04f995..6fb1693e 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -8,10 +8,10 @@ if [ x"$1" = x--recheck ]; then
config=$(sh config.status --config 2>/dev/null)
fi
-mkdir -p autoconf autoconf/aux config
+mkdir -p autoconf autoconf/helpers config
autolib="`automake --print-libdir`"
for prg in install-sh compile config.guess config.sub; do
- cp -f "$autolib"/"$prg" autoconf/aux
+ cp -f "$autolib"/"$prg" autoconf/helpers
done
rm -f autoconf/aclocal.m4
mkdir -p autoconf/m4.old autoconf/m4