autoreconf patch

Mika Laitio <[email protected]> Mon, 11 Oct 2010 22:55:56 +0300 (EEST)
Newsgroups gmane.comp.corba.omniorb.devel
Message-ID <[email protected]>
  This message is in MIME format.  The first part should be readable text,
  while the remaining parts are likely unreadable without MIME-aware tools.

--8323328-534209049-1286826956=:12019
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed

Hi

I checked out the 4.1 svn branch in order to test crosscompilation for 
mips with openwrt toolchain.

Therefore I wanted to reconfigure everything by running these 3 commands 
from the openwrt makefile. (still working on for creating it)

 	libtoolize --automake --force --copy
 	autoreconf --force --install
 	./configure --prefix=/usr/local

autoreconf command will however give a following error:

configure:4489: error: possibly undefined macro: PKG_CONFIG_LIBDIR
       If this token and others are legitimate, please use 
m4_pattern_allow.
       See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1

Attached patch fixes it, would it be possible to apply it?
Note, I noticed a similar type of patch has also been added to 
openembedded by somebody.

Mika



--8323328-534209049-1286826956=:12019
Content-Type: TEXT/PLAIN; charset=US-ASCII;
	name=m4_pattern_allow_autoreconf_fix.patch
Content-Transfer-Encoding: BASE64
Content-ID: <[email protected]>
Content-Description: 
Content-Disposition: attachment; filename=m4_pattern_allow_autoreconf_fix.patch

ZGlmZiAtTmF1ciBvbW5pb3JiXzQxX2JyYW5jaF9vcmlnL2NvbmZpZ3VyZS5h
YyBvbW5pb3JiXzQxX2JyYW5jaC9jb25maWd1cmUuYWMNCi0tLSBvbW5pb3Ji
XzQxX2JyYW5jaF9vcmlnL2NvbmZpZ3VyZS5hYwkyMDEwLTEwLTExIDIyOjE3
OjU5LjU1MjUyMTYyMCArMDMwMA0KKysrIG9tbmlvcmJfNDFfYnJhbmNoL2Nv
bmZpZ3VyZS5hYwkyMDEwLTEwLTExIDIyOjE4OjE1LjMwNDUzODc1MiArMDMw
MA0KQEAgLTEwLDYgKzEwLDggQEANCiANCiBBQ19DT05GSUdfSEVBREVSUyhp
bmNsdWRlL29tbmlPUkI0L2FjY29uZmlnLmgpDQogDQorZG5sIHRvIHByZXZl
bnQgZXJyb3IgZnJvbSBhdXRvcmVjb25mIHdoaWxlIGNyb3NzY29tcGlsaW5n
DQorbTRfcGF0dGVybl9hbGxvdyhQS0dfQ09ORklHX0xJQkRJUikNCiANCiBk
bmwgKiogQ0ZMQUdTIC8gQ1hYRkxBR1MNCiANCg==

--8323328-534209049-1286826956=:12019
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
omniORB-dev mailing list
[email protected]
http://www.omniorb-support.com/mailman/listinfo/omniorb-dev

--8323328-534209049-1286826956=:12019--