On Thu, May 20, 2004 at 04:34:19PM +0200, Marcin Sobecki wrote: > diff -burN bogofilter-0.90.0.orig/configure.ac bogofilter-0.90.0/configure.ac > --- bogofilter-0.90.0.orig/configure.ac 2004-05-10 02:49:14.000000000 +0200 > +++ bogofilter-0.90.0/configure.ac 2004-05-20 15:16:54.974216712 +0200 > @@ -518,7 +518,7 @@ > export PATH > > need_my_gsl=1 > -AC_ARG_WITH(included-gsl, AC_HELP_STRING([--with-included-gsl],[force use of > shipped GSL rather than system GSL]), > +AC_ARG_WITH(included-gsl, ([--with-included-gsl],[force use of shipped GSL rather > than system GSL]), > if test "x$WITHVAL" != "xyes" ; then need_my_gsl=2 ; fi) > > if test "$need_my_gsl" = 1 ; then
A co to ma być? Po tej poprawce jest na pewno źle. Aktualnie to makro nazywa się AS_HELP_STRING i jak najbardziej ma tutaj zastosowanie. (p)info autoconf. -- Jakub Bogusz http://cyber.cs.net.pl/~qboosh/ _______________________________________________________ złota zasada - kto się nie zna, niech się nie wypowiada
