bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] configure should not assume bash everywhere


From: Juergen Sauermann
Subject: Re: [Bug-apl] configure should not assume bash everywhere
Date: Sun, 23 Apr 2017 12:05:20 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:45.0) Gecko/20100101 Thunderbird/45.2.0

Hi Marcin,

thanks, fixed in SVN 929.

/// Jürgen


On 04/22/2017 11:56 PM, Marcin Cieslak wrote:
There is a little incompatibility with Bourne shell in
the configure script. The whole thing should probably be changed,
but for now this is a quick fix:

Index: configure.ac
===================================================================
--- configure.ac	(revision 928)
+++ configure.ac	(working copy)
@@ -529,7 +529,7 @@
 #
 echo "configure: creating $srcdir/src//buildtag.hh"
 rm -f $srcdir/src/buildtag.hh
-cd $srcdir/src ; source ./buildtag ; cd ..
+cd $srcdir/src ; . ./buildtag ; cd ..
 
 # create src/makefile.h
 #

Due to generation of files this way the out-of-tree is currently broken,
will provide a fix later.

Marcin Cieślak




reply via email to

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