]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Fix test failures from LT_DOLLAR_SIGN placement
authorIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Thu, 10 Oct 2024 17:22:28 +0000 (20:22 +0300)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Thu, 10 Oct 2024 17:22:28 +0000 (20:22 +0300)
* configure.ac: Remove AC_SUBST for LT_DOLLAR_SIGN.
* m4/ltargz.m4: Add AC_SUBST for LT_DOLLAR_SIGN.

configure.ac
m4/ltargz.m4

index dd611b9672b3c56789e121edd814c54e45ec3de0..dee87e8ece5e43ea69dced1b57e32f163acd0357 100644 (file)
@@ -166,9 +166,6 @@ AC_SUBST([to_tool_file_cmd])dnl
 # Propagate --enable-aix-soname option to the testsuite.
 AC_SUBST([with_aix_soname])dnl
 
-# Avoid non-POSIX variable name
-AC_SUBST([LT_DOLLAR_SIGN],[$])dnl
-
 ## ---------------------- ##
 ## Gnulib initialisation. ##
 ## ---------------------- ##
index b93c28240d178f473bf34f0867437c89dcde0a27..6c24f1766260593cfae80cb4e0144fb54f51b794 100644 (file)
@@ -8,7 +8,7 @@
 # unlimited permission to copy and/or distribute it, with or without
 # modifications, as long as this notice is preserved.
 
-# serial 2 ltargz.m4
+# serial 3 ltargz.m4
 
 AC_DEFUN([LT_FUNC_ARGZ], [
 dnl Required for use of '$SED' in Cygwin configuration.
@@ -74,4 +74,7 @@ AS_IF([test -z "$LT_ARGZ_H"],
         AC_LIBOBJ([lt__argz])])])
 
 AC_SUBST([LT_ARGZ_H])
+
+# Avoid non-POSIX variable name
+AC_SUBST([LT_DOLLAR_SIGN],[$])dnl
 ])