[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: FYI: intent to NMU to fix SDL + static X extension library problem



On Sat, 6 Oct 2001, Christian T. Steigies wrote:

>...
> > Do a "automake -a -c" once before building the package.
> Good idea, but that didn't work either.
>
> creating SDL.spec
> make
> make[1]: Entering directory `/opt/hdb10/cts/debian/package/sdl/1.2/libsdl1.2-1.2.2'
> Making all in src
> make[2]: Entering directory `/opt/hdb10/cts/debian/package/sdl/1.2/libsdl1.2-1.2.2/src'
> Makefile:230: *** missing separator.  Stop.
>...

Ah, it needs an "aclocal" (to upgrade the autoconf macros automake ships).

The following should solve most problems with the new automake:

cp /usr/share/automake/missing .
aclocal
automake
autoconf


> Christian

cu
Adrian

-- 

Get my GPG key: finger bunk@debian.org | gpg --import

Fingerprint: B29C E71E FE19 6755 5C8A  84D4 99FC EA98 4F12 B400



Reply to: