Re: [Freeciv-Dev] (PR#40187) Configure fails in 2.1

2008-04-05 Thread Marko Lindqvist

URL: http://bugs.freeciv.org/Ticket/Display.html?id=40187 

On 05/04/2008, Joan Creus  wrote:
  ./configure: line 2074: syntax error near unexpected token `  Copyright
 (C)
  2004 Freeciv team   '
  ./configure: line 2074: `FREECIV_VERSION_COMMENT(  Copyright (C) 2004
  Freeciv team   )'

 Can  you test if attached patch helps?


 - ML

diff -Nurd -X.diff_ignore freeciv/configure.ac freeciv/configure.ac
--- freeciv/configure.ac	2008-03-16 23:09:52.0 +0200
+++ freeciv/configure.ac	2008-04-05 21:36:57.0 +0300
@@ -14,6 +14,7 @@
 AC_DEFINE(FC_CONFIG_H, 1, [Configuration autogenerated])
 AC_DEFINE(BUG_URL, http://bugs.freeciv.org/;, [Bug reporting URL])
 
+m4_include([m4/version.m4])
 dnl client/server should always have the same major and minor versions
 dnl different patch versions are compatible
 m4_include(version.in)
___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


Re: [Freeciv-Dev] (PR#40187) Configure fails in 2.1

2008-04-05 Thread Joan Creus

URL: http://bugs.freeciv.org/Ticket/Display.html?id=40187 

It worked like a charm. Thanks

Joan

2008/4/5, Marko Lindqvist [EMAIL PROTECTED]:


 URL: http://bugs.freeciv.org/Ticket/Display.html?id=40187 

 On 05/04/2008, Joan Creus  wrote:
   ./configure: line 2074: syntax error near unexpected token
 `  Copyright
  (C)
   2004 Freeciv team   '
   ./configure: line 2074: `FREECIV_VERSION_COMMENT(  Copyright (C) 2004
   Freeciv team   )'

   Can  you test if attached patch helps?



   - ML




It worked like a charm. ThanksJoan2008/4/5, Marko Lindqvist [EMAIL PROTECTED]:
 URL: http://bugs.freeciv.org/Ticket/Display.html?id=40187   On 05/04/2008, Joan Creuswrote: ./configure: line 2074: syntax error near unexpected token `Copyright
  (C) 2004 Freeciv team  ./configure: line 2074: `FREECIV_VERSION_COMMENT(Copyright (C) 2004 Freeciv team ) Canyou test if attached patch helps?
  - ML  
___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev