Hi, I tried updating geany-plugins just now and got:
/home/nmt/svn/geany-plugins/configure: line 21979: syntax error near unexpected token `GP_CFLAGS,' /home/nmt/svn/geany-plugins/configure: line 21979: ` AS_VAR_APPEND(GP_CFLAGS, " $flag")'
Anyone else getting that error?
Regards, Nick
Le 11/04/2011 18:41, Nick Treleaven a écrit :
Hi, I tried updating geany-plugins just now and got:
/home/nmt/svn/geany-plugins/configure: line 21979: syntax error near unexpected token `GP_CFLAGS,' /home/nmt/svn/geany-plugins/configure: line 21979: ` AS_VAR_APPEND(GP_CFLAGS, " $flag")'
Anyone else getting that error?
Not me... Maybe try regenerating the build system?
$ make distclean && ./autogen.sh
Regards, Colomban
On Mon, 11 Apr 2011 19:14:16 +0200 Colomban Wendling lists.ban@herbesfolles.org wrote:
I tried updating geany-plugins just now and got:
/home/nmt/svn/geany-plugins/configure: line 21979: syntax error near unexpected token `GP_CFLAGS,' /home/nmt/svn/geany-plugins/configure: line 21979: ` AS_VAR_APPEND(GP_CFLAGS, " $flag")'
Anyone else getting that error?
Not me... Maybe try regenerating the build system?
$ make distclean && ./autogen.sh
No, still the same problem.
Regards, Nick
Le 12/04/2011 15:07, Nick Treleaven a écrit :
On Mon, 11 Apr 2011 19:14:16 +0200 Colomban Wendling lists.ban@herbesfolles.org wrote:
I tried updating geany-plugins just now and got:
/home/nmt/svn/geany-plugins/configure: line 21979: syntax error near unexpected token `GP_CFLAGS,' /home/nmt/svn/geany-plugins/configure: line 21979: ` AS_VAR_APPEND(GP_CFLAGS, " $flag")'
Anyone else getting that error?
Not me... Maybe try regenerating the build system?
$ make distclean && ./autogen.sh
No, still the same problem.
Hum, OK... which version of autoconf/automake/m4 do you have? Maybe AS_VAR_APPEND() is too new, I'll check this. Anyway it's easy to get rid of it, it's mostly useful for optimization.
Regards, Colomban.
Le 12/04/2011 19:33, Colomban Wendling a écrit :
Le 12/04/2011 15:07, Nick Treleaven a écrit :
On Mon, 11 Apr 2011 19:14:16 +0200 Colomban Wendling lists.ban@herbesfolles.org wrote:
I tried updating geany-plugins just now and got:
/home/nmt/svn/geany-plugins/configure: line 21979: syntax error near unexpected token `GP_CFLAGS,' /home/nmt/svn/geany-plugins/configure: line 21979: ` AS_VAR_APPEND(GP_CFLAGS, " $flag")'
Anyone else getting that error?
Not me... Maybe try regenerating the build system?
$ make distclean && ./autogen.sh
No, still the same problem.
Hum, OK... which version of autoconf/automake/m4 do you have? Maybe AS_VAR_APPEND() is too new, I'll check this. Anyway it's easy to get rid of it, it's mostly useful for optimization.
I dropped use of AS_VAR_APPEND(), does it work for you now?
Regards, Colomban
On Tue, 12 Apr 2011 20:09:21 +0200 Colomban Wendling lists.ban@herbesfolles.org wrote:
Hum, OK... which version of autoconf/automake/m4 do you have? Maybe
autoconf-2.61-9.fc8.
AS_VAR_APPEND() is too new, I'll check this. Anyway it's easy to get rid of it, it's mostly useful for optimization.
I dropped use of AS_VAR_APPEND(), does it work for you now?
Yes, thanks :)
Regards, Nick