[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Landscape-printing?
On Tue, 15 Dec 1998, Theis P. Hansen wrote:
> On Tue, 15 Dec 1998, Ulric Eriksson wrote:
> > Get the latest sources from CVS. Set the ps_orientation property to
> > landscape.
> Ok - I tried this approach, but ran into some troubles:
> There is no configure-program, so I tried to generate one with the
> 'autoconf' command.
> It halts with this message:
>
> [pbk2606@marvin siag]$ autoconf
> autoconf: Undefined macros:
> configure.in:63:AC_CHECK_SIAG
>
> Any idea what the problem is?
The stuff you get from CVS is only enough to generate everything that's
missing. For example, the aclocal.m4 file is not included. Do this:
aclocal
autoconf
automake
./configure
make
make install
I use autoconf 2.12 and automake 1.3. I don't know if older versions will
work.
> PS. Should I have posted this to the list instead? If yes - sorry!
I'll CC the list.
Ulric