[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [pdf-devel] Newbie query on getting started
From: |
Aleksander Morgado |
Subject: |
Re: [pdf-devel] Newbie query on getting started |
Date: |
Thu, 25 Jun 2009 18:06:42 +0200 |
User-agent: |
Thunderbird 2.0.0.21 (X11/20090409) |
> address@hidden:~/trunk$ ./configure.ac
> ./configure.ac: line 1: dnl: command not found
> ./configure.ac: line 2: dnl: command not found
> ./configure.ac: line 104: syntax error near unexpected token `)'
> ./configure.ac: line 104: `AC_MSG_ERROR([cannot find the `makeinfo'
> program. Please install the texinfo package and rerun `configure'.])'
> address@hidden:~/trunk$
>
`configure.ac' is not the `configure' you are looking for.
Run ./bootstrap script first, and that will generate the final
`configure' script.
>
> I am new to linux / ubuntu so maybe this is not a very good question.
> I downloaded Bazaar and set it up. Now when I say configure ( as above
> ) it does not work. Can some one point me in the right direction ?
>
You can learn about the GNU autotools compilation system in the online
book following this link:
http://sources.redhat.com/autobook/autobook/autobook_toc.html
Cheers,
-Aleksander