bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sr #110740] AC_PROG_MKDIR_P has incorrect result on NetBSD


From: Paul Eggert
Subject: [sr #110740] AC_PROG_MKDIR_P has incorrect result on NetBSD
Date: Wed, 12 Oct 2022 15:16:46 -0400 (EDT)

Follow-up Comment #7, sr #110740 (project autoconf):

[comment #6 comment #6:]
> Assuming postgresql wants to work with current Autoconf, it can put in
something like "case $MKDIR_P in /*) ;; */*) MKDIR_P='mkdir -p';; esac" ...

Oops, I see that Savannah botched the rendering of that shell code. Here's
what it is supposed to look like:


case $MKDIR_P in /*) ;; */*) MKDIR_P='mkdir -p';; esac



    _______________________________________________________

Reply to this item at:

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

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]