From bf206e5d2818b4f12c434f268834e2655c5178f1 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 02 Sep 2018 19:09:45 -0400 Subject: configure.ac: Move AC_SUBST([SH]) --- (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index f448759..756e494 100644 --- a/configure.ac +++ b/configure.ac @@ -46,6 +46,7 @@ AC_ARG_WITH( ;; *) SH="${withval}" + AC_SUBST([SH]) ;; esac ], @@ -57,7 +58,6 @@ AC_ARG_WITH( ] ) -AC_SUBST([SH]) AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([config.sh]) AC_CONFIG_FILES([tests/aux/defs.sh]) -- cgit v0.9.1