Re: Use pipe and sed in configure.ac

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

 



Hello Lyre,

* Lyre wrote on Thu, Feb 10, 2011 at 04:39:41AM CET:
> php-config --configure-options | sed -n
> 's|.*--with-config-file-scan-dir=\([^ ]*\).*|\1|p'
> 
> It works on shell, and outputs "/etc/php5/conf.d/" on opensuse.
> 
> And I tired it in configure.ac, as following:
> 
> PHPCDIR=`php-config --configure-options | sed -n
> 's|.*--with-config-file-scan-dir=\([^ ]*\).*|\1|p'`

> After subsitution in Makefile, the PHPCDIR is emptyï meanwhile PHPINC get
> the correct result.

Probably, m4 eat your [ ] as they are also m4 quotes.  To safely protect
them from m4, replace them with @<:@ and @:>@, respectively.  See "info
Autoconf Quadrigraphs".

Cheers,
Ralf

_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf


[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux