----- Mail original ----- > De: "Gert Doering" <g...@greenie.muc.de> > À: openvpn-devel@lists.sourceforge.net > Envoyé: Mardi 7 Février 2012 11:24:13 > Objet: [Openvpn-devel] configure patch for MacOS 10.7 > > Hi, > > I'm forwarding this "as-is", as I do not have enough understanding of > autoconf to say whether this is necessary, or "the right fix" - but > anyway, I've been told that this is needed to make our configure > behave on MacOS 10.7. > > gert > > --
Adding AC_LANG_SOURCE where it is required is the right fix. I made that fix on other packages. This is not specific to MacOS, that just depend on the autoconf version installed on the system. With autoconf-2.68 installed and running autoreconf on a package produce warning where AC_LANG_SOURCE is missing. That look to be done properly (I haven't tested the patch) Gilles