* configure failure (CVS trunk)
@ 2008-11-28 22:19 Ulrich Mueller
2008-11-28 22:40 ` Romain Francoise
0 siblings, 1 reply; 2+ messages in thread
From: Ulrich Mueller @ 2008-11-28 22:19 UTC (permalink / raw)
To: emacs-devel
./configure: line 2784: syntax error near unexpected token `newline'
./configure: line 2784: ` mips-*-linux-gnu* | mipsel-*-linux-gnu* |'
--- emacs/configure.in.~1.577.~
+++ emacs/configure.in
@@ -539,8 +539,8 @@
;;
## Mips Linux-based GNU system
- mips-*-linux-gnu* | mipsel-*-linux-gnu* |
- mips64-*-linux-gnu* | mips64el-*-linux-gnu* )
+ mips-*-linux-gnu* | mipsel-*-linux-gnu* \
+ | mips64-*-linux-gnu* | mips64el-*-linux-gnu* )
machine=mips opsys=gnu-linux
;;
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: configure failure (CVS trunk)
2008-11-28 22:19 configure failure (CVS trunk) Ulrich Mueller
@ 2008-11-28 22:40 ` Romain Francoise
0 siblings, 0 replies; 2+ messages in thread
From: Romain Francoise @ 2008-11-28 22:40 UTC (permalink / raw)
To: Ulrich Mueller; +Cc: emacs-devel
Ulrich Mueller <ulm@gentoo.org> writes:
> - mips-*-linux-gnu* | mipsel-*-linux-gnu* |
> - mips64-*-linux-gnu* | mips64el-*-linux-gnu* )
> + mips-*-linux-gnu* | mipsel-*-linux-gnu* \
> + | mips64-*-linux-gnu* | mips64el-*-linux-gnu* )
Thanks, installed.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-11-28 22:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-28 22:19 configure failure (CVS trunk) Ulrich Mueller
2008-11-28 22:40 ` Romain Francoise
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).