* configure.ac: Remove AC_SUBST for LT_DOLLAR_SIGN.
* m4/ltargz.m4: Add AC_SUBST for LT_DOLLAR_SIGN.
# 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. ##
## ---------------------- ##
# 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.
AC_LIBOBJ([lt__argz])])])
AC_SUBST([LT_ARGZ_H])
+
+# Avoid non-POSIX variable name
+AC_SUBST([LT_DOLLAR_SIGN],[$])dnl
])