[sr #110573] AR_CONFIG_AUX_DIR(S) does not recognize shell vars nor absolute paths

Dominik Kummer <[email protected]>
Newsgroups gmane.comp.sysutils.autoconf.bugs
Message-ID <[email protected]>
Follow-up Comment #1, sr #110573 (project autoconf):

This could work btw


AC_DEFUN([AR_CONFIG_AUX_DIR],
  [m4_append_uniq([_AC_AUX_DIR_CANDIDATES],
    AS_LITERAL_WORD_IF([$1],
      [m4_bmatch([$1],
                 [^/.*],       [$1],
                 [\$\{?[A-Za-z]], [$1],
                            [${srcdir}/$1])],
      [$1]),
    [${PATH_SEPARATOR}])])


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/support/?110573>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.