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

Re: Autoconf question



On Sun, Jun 27, 1999 at 03:44:35PM -0400, Decklin Foster wrote:
> I am attempting to package a program that includes some icons. in
> Makefile.in, it has the following:
> 
> prefix=@prefix@
> exec_prefix=@exec_prefix@
> bindir=@bindir@
> mandir=@mandir@
> icondir=@prefix@/share/icons

Change this to:
icondir=${prefix}/share/icons

And it should work.

-- 
enJoy -*/\*- spelled 'iosip', or simply 'joseph'


Reply to: