On 04/07/07, Ludovic Rousseau <[EMAIL PROTECTED]> wrote: > I now use the attached autogen.sh script and I have the message: > $ ./autogen.sh > + aclocal -I aclocal > + libtoolize --copy --force --automake > + autoheader --force > + autoconf --force > + automake --add-missing --copy --force --foreign > configure.in:198: required file `./config.rpath' not found
The attachment has been eaten by the mail server with the message: The autogen.sh has been blocked, and Replace has been taken on 7/4/2007 10:48:30 AM. Message details: Server:ETACHEX1VSN Sender: [EMAIL PROTECTED]; Recipient:[email protected]; Subject:Re: [opensc-devel] opensc provides its own .m4 files? Attachment name:autogen.sh So I embed it in the mail for completeness: #! /bin/bash set -x aclocal -I aclocal libtoolize --copy --force --automake autoheader --force autoconf --force automake --add-missing --copy --force --foreign -- Dr. Ludovic Rousseau _______________________________________________ opensc-devel mailing list [email protected] http://www.opensc-project.org/mailman/listinfo/opensc-devel
