[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Denemo-devel] MXE denemo build
From: |
Richard Shann |
Subject: |
Re: [Denemo-devel] MXE denemo build |
Date: |
Thu, 21 Sep 2017 15:55:24 +0100 |
On Wed, 2017-09-20 at 17:23 -0500, Jeremiah Benham wrote:
> The sed portion of this script did not work. I don't know enough about
> sed to fix it.
The script arrived a bit garbled because of the email re-formatting I
think - the ./autogen.sh should clearly be on a separate line:
On Fri, 2017-09-08 at 19:01 +0200, Johan Vromans wrote:
> git clone git://git.savannah.gnu.org/denemo.git .
> mv configure.ac configure.ac~
> sed "s;^\\(AC_INIT(\\[.*\\], \\[\\)\\(.*\\)\\], \\(\\[.*\\])\\);\\1\
\2-`git rev-parse --short HEAD`], \\3;" \ <
> configure.ac~ > configure.ac ./autogen.sh
>
However, having said that I can't get the sed bit to work either -
giving it a file called "temp" to work on
ls -l temp
-rw-r--r-- 1 rshann rshann 12770 Sep 10 12:21 temp
I get this:
sed "s;^\\(AC_INIT(\\[.*\\], \\[\\)\\(.*\\)\\], \\(\\[.*\\])\\);\\1\
\2-`git rev-parse --short HEAD`], \\3;" \ <temp
sed: can't read : No such file or directory
Johan - do you have an idea what's wrong here?
Richard