[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gEDA: Hold off on next release?
Hi Matthias,
[snip]
>Here's a one-byte change I'd love to have in the toplevel Makefile,
>which allows me to move the installdir (aka "prefix") around:
This one byte change has been accepted. Thanks.
>Another small thing: currently gschem build doesn't use $prefix/include
>but some system-wide includes (where in my case it finds outdated
>geda-installs from my distro). In geda/devel/gschem/src/Makefile.am the
>include line should read:
>INCLUDES = -I$(prefix)/include -I$(top_srcdir)/intl
>-I$(top_srcdir)/include @GSCHEM_CFLAGS@
>
>same for linking:
>gschem_LDADD = -L$(prefix)/lib @GSCHEM_LDFLAGS@ @LIBINTL@
Also accepted. I wonder if this should be propagated to the
other programs. I didn't do that for now, but it is something I
need to consider.
>Then gEDA builds propperly. Patch attached.
Thanks for the patch!
-Ales