Re: [SMARTY-DEV] Doc conversion problem: xml to chm, html, etc
[email protected] (Robert Amos)
| Newsgroups | php.smarty.dev |
|---|---|
| Message-ID | <[email protected]> |
You'll need to run the script with "sh" as your shell. sh ./configure This is because whatever shell you're using doesnt support the standard "for" shell construct. -bok On Mon, 12 Jul 2004 17:39:36 +0200, Piotr <[email protected]> wrote: > > autoconf && ./configure --with-lang=.. && make > > You'll need all tools, listed in > > http://cvs.php.net/co.php/phpdoc/howto/howto.html.tar.gz > > I've instaled all needed Linux tools, > and I tryed this solution also, but I still get the error: > > [root@xxx docs]# autoconf > [root@xxx docs]# ./configure > loading cache ./config.cache > : command not found > : command not found > : command not found > : command not found > : command not found > file versions > '/configure: line 539: syntax error near unexpected token `do > '/configure: line 539: `for file in ./*.in; do > > The 539 line is: > for file in ./*.in; do > > And I haven't any idea... :( > > P. > > > > -- > Smarty Development Mailing List (http://smarty.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > >