mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
8b29bc67af
* automake patch from 4.4.4 is no longer needed * PACKAGECONFIG for lua (lua term is only useful for LaTeX) * linking problems with dlopen, etc. in lua loadlibs.c fixed ** this same problem was seen in jansa world builds for 4.4.4 ** I am not able to replicate that error on 4.4.4 NOTE: qt is supported by this version, but I was not able to figure out the configuration... Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
12 lines
523 B
Diff
12 lines
523 B
Diff
--- /tmp/Makefile.am 2007-08-23 13:10:15.560659023 +0200
|
|
+++ gnuplot-4.2.0/Makefile.am 2007-08-23 13:10:34.961764629 +0200
|
|
@@ -1,7 +1,7 @@
|
|
## Process this file with automake to produce Makefile.in -*-Makefile-*-
|
|
AUTOMAKE_OPTIONS = foreign 1.2h
|
|
|
|
-SUBDIRS = config m4 term src docs $(LISPDIR) man demo tutorial share
|
|
+SUBDIRS = config m4 term src $(LISPDIR) man share
|
|
|
|
EXTRA_DIST = BUGS CodeStyle Copyright FAQ GNUmakefile INSTALL INSTALL.gnu \
|
|
Makefile.maint PATCHLEVEL PGPKEYS PORTING README README.1ST README.exp \
|