all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: master a89c86888c4 1/3: Detect developer builds in git worktrees as well
@ 2023-09-29 18:07 Eli Zaretskii
  2023-09-30 11:12 ` Mattias Engdegård
  0 siblings, 1 reply; 12+ messages in thread
From: Eli Zaretskii @ 2023-09-29 18:07 UTC (permalink / raw)
  To: Mattias Engdegård; +Cc: emacs-devel

> diff --git a/configure.ac b/configure.ac
> index 855c4ec7df1..f63eb870ffb 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -1664,7 +1664,7 @@ AC_ARG_ENABLE([gcc-warnings],
>     # however, if there is also a .tarball-version file it is probably
>     # just a release imported into Git for patch management.
>     gl_gcc_warnings=no
> -   if test -d "$srcdir"/.git && test ! -f "$srcdir"/.tarball-version; then
> +   if test -e "$srcdir"/.git && test ! -f "$srcdir"/.tarball-version; then
>        # Clang typically identifies itself as GCC 4.2 or something similar
>        # even if it is recent enough to accept the warnings we enable.
>        AS_IF([test "$emacs_cv_clang" = yes],

According to the Autoconf manual, "test -e" is not portable to
Solaris.



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2023-09-30 18:35 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-29 18:07 master a89c86888c4 1/3: Detect developer builds in git worktrees as well Eli Zaretskii
2023-09-30 11:12 ` Mattias Engdegård
2023-09-30 11:33   ` Po Lu
2023-09-30 11:35     ` Mattias Engdegård
2023-09-30 11:54       ` Po Lu
2023-09-30 12:18         ` Mattias Engdegård
2023-09-30 12:24           ` Po Lu
2023-09-30 12:29             ` Mattias Engdegård
2023-09-30 13:21         ` Björn Bidar
2023-09-30 14:31           ` Eli Zaretskii
2023-09-30 14:37           ` Po Lu
2023-09-30 18:35       ` Andreas Schwab

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.