diff options
Diffstat (limited to 'math/gretl/files')
-rw-r--r-- | math/gretl/files/patch-Makefile.in | 14 | ||||
-rw-r--r-- | math/gretl/files/patch-cli::Makefile.in | 38 | ||||
-rw-r--r-- | math/gretl/files/patch-gnome::Makefile.in | 41 | ||||
-rw-r--r-- | math/gretl/files/patch-gui2::Makefile.in | 76 | ||||
-rw-r--r-- | math/gretl/files/patch-gui2::omf-install::Makefile.in | 29 | ||||
-rw-r--r-- | math/gretl/files/patch-lib::Makefile.in | 52 | ||||
-rw-r--r-- | math/gretl/files/patch-lib::src::gretl_paths.c | 13 | ||||
-rw-r--r-- | math/gretl/files/patch-plugin::Makefile.in | 37 | ||||
-rw-r--r-- | math/gretl/files/patch-plugin::libole2::ms-ole2.h | 14 | ||||
-rw-r--r-- | math/gretl/files/patch-plugin::tramo-x12a.c | 25 | ||||
-rw-r--r-- | math/gretl/files/patch-plugin::workbook.c | 10 | ||||
-rw-r--r-- | math/gretl/files/patch-po::Makefile.in.in | 11 | ||||
-rw-r--r-- | math/gretl/files/patch-share::Makefile.in | 52 | ||||
-rw-r--r-- | math/gretl/files/patch-share::bcih::Makefile.in | 14 | ||||
-rw-r--r-- | math/gretl/files/patch-tools::ltmain.sh | 23 |
15 files changed, 0 insertions, 449 deletions
diff --git a/math/gretl/files/patch-Makefile.in b/math/gretl/files/patch-Makefile.in deleted file mode 100644 index c4dab95e3ebc..000000000000 --- a/math/gretl/files/patch-Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ ---- Makefile.in.orig Thu Sep 12 00:35:22 2002 -+++ Makefile.in Mon Oct 21 10:02:37 2002 -@@ -22,8 +22,9 @@ - GUIDIR = gui - endif - --INSTALL_PROGRAM = ${INSTALL} -m 755 --INSTALL_DATA = ${INSTALL} -m 644 -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_DATA = @INSTALL_DATA@ - - export - diff --git a/math/gretl/files/patch-cli::Makefile.in b/math/gretl/files/patch-cli::Makefile.in deleted file mode 100644 index c80706a4dde6..000000000000 --- a/math/gretl/files/patch-cli::Makefile.in +++ /dev/null @@ -1,38 +0,0 @@ ---- cli/Makefile.in.orig Wed Oct 22 06:22:31 2003 -+++ cli/Makefile.in Sun Oct 26 10:19:56 2003 -@@ -9,12 +9,16 @@ - exec_prefix = @exec_prefix@ - bindir = @bindir@ - datadir = @datadir@ --localedir = $(datadir)/locale -+localedir = $(prefix)/share/locale - - have_readline = @have_readline@ - READLINE_LIBS = @READLINE_LIBS@ - READLINE_CFLAGS = @READLINE_CFLAGS@ - -+CPPFLAGS = @CPPFLAGS@ -+LDFLAGS = @LDFLAGS@ -+INTL_LIBS = @LTLIBINTL@ -+ - ifeq ($(CC),) - CC = gcc - endif -@@ -40,7 +44,7 @@ - - DEFS = -DLOCALEDIR=\"$(localedir)\" -DHAVE_CONFIG_H - --override CFLAGS += -I.. -I$(topsrc) -I$(libsrc) $(READLINE_CFLAGS) $(DEFS) -+override CFLAGS += -I.. -I$(topsrc) -I$(libsrc) $(READLINE_CFLAGS) $(DEFS) $(CPPFLAGS) - - CLI = gretlcli - LIBTOOL = ../libtool -@@ -50,7 +54,7 @@ - $(CC) $(CFLAGS) -MM $< > .deps/$*.d - - $(CLI): .deps $(OBJS) -- $(LIBTOOL) --mode=link $(CC) -o $@ $(OBJS) $(GRETLLIB) $(READLINE_LIBS) -+ $(LIBTOOL) --mode=link $(CC) -o $@ $(OBJS) $(GRETLLIB) $(READLINE_LIBS) $(INTL_LIBS) $(LDFLAGS) - - .deps: - mkdir $@ diff --git a/math/gretl/files/patch-gnome::Makefile.in b/math/gretl/files/patch-gnome::Makefile.in deleted file mode 100644 index a0f075106313..000000000000 --- a/math/gretl/files/patch-gnome::Makefile.in +++ /dev/null @@ -1,41 +0,0 @@ ---- gnome/Makefile.in.orig Fri Nov 5 05:16:18 2004 -+++ gnome/Makefile.in Thu Nov 18 20:14:05 2004 -@@ -4,10 +4,10 @@ - docdir = $(topsrc)/doc - - INSTALL = @INSTALL@ --gnome_prefix = @gnome_prefix@ -+datadir = @datadir@ - have_gnome = @have_gnome@ - --sysconfdir = $(gnome_prefix)/etc -+sysconfdir = @sysconfdir@ - - GCONFTOOL = @GCONFTOOL@ - GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@ -@@ -26,11 +26,11 @@ - install_help = install-help-1 - endif - --desktopdir = $(gnome_prefix)/share/applications --mimedir = $(gnome_prefix)/share/mime-info --gpixmaps = $(gnome_prefix)/share/pixmaps --ghelpdir = $(gnome_prefix)/share/gnome/help/gretl --schemadir = $(gnome_prefix)/etc/gconf/schemas -+desktopdir = $(datadir)/applications -+mimedir = $(datadir)/mime-info -+gpixmaps = $(datadir)/pixmaps -+ghelpdir = $(datadir)/help/gretl -+schemadir = $(sysconfdir)/gconf/schemas - - install: install-images install-misc install-help-dirs $(install_help) $(install_schemas) - -@@ -73,7 +73,7 @@ - $(ghelpdir)/it/chapters/`basename $$f` ; done - $(INSTALL_DATA) $(docdir)/figures/*.png $(ghelpdir)/it/figures - $(INSTALL_DATA) $(docdir)/figures_it/*.png $(ghelpdir)/it/figures -- make -C $(omfdir) install -+ $(MAKE) -C $(omfdir) install - - install-help-1: - -$(INSTALL_DATA) $(topsrc)/gnome/topic.dat $(ghelpdir)/C diff --git a/math/gretl/files/patch-gui2::Makefile.in b/math/gretl/files/patch-gui2::Makefile.in deleted file mode 100644 index 88dff43db9a8..000000000000 --- a/math/gretl/files/patch-gui2::Makefile.in +++ /dev/null @@ -1,76 +0,0 @@ ---- gui2/Makefile.in.orig Wed Mar 17 22:34:09 2004 -+++ gui2/Makefile.in Thu Apr 1 19:37:11 2004 -@@ -4,6 +4,7 @@ - exec_prefix = @exec_prefix@ - bindir = @bindir@ - libdir = @libdir@ -+datadir = @datadir@ - CC = @CC@ - CFLAGS = @CFLAGS@ - MAKE = @MAKE@ -@@ -47,7 +48,7 @@ - - ifeq ($(have_gtksourceview),yes) - langbase := $(shell pkg-config --variable=prefix gtksourceview-1.0) -- langdir = $(langbase)/share/gtksourceview-1.0/language-specs -+ langdir = $(datadir)/gtksourceview-1.0/language-specs - query_install_lang = install-lang - endif - -@@ -56,7 +57,7 @@ - GTKSOURCEVIEW_CFLAGS = -I$(topsrc)/gui2 - GTKSOURCEVIEW_LIBS = -L./gtksourceview -lgtksourceview-lite - MY_SOURCEVIEW_LIB = gtksourceview/libgtksourceview-lite.a -- langdir = $(prefix)/share/gretl/gtksourceview -+ langdir = $(datadir)/gretl/gtksourceview - query_install_lang = install-lang - endif - endif -@@ -66,14 +67,14 @@ - ../lib/libgretl-1.0.la - GUI_CFLAGS = $(GNOME_CFLAGS) $(GTKSOURCEVIEW_CFLAGS) $(GTK_EXTRA_CFLAGS) - query_install_gnome = install-gnome -- GNOMEDEF = -DDATADIR=\"$(gnome_prefix)/share\" -+ GNOMEDEF = -DDATADIR=\"$(datadir)\" - else - LIBS = $(GTK_LIBS) $(GTKSOURCEVIEW_LIBS) $(GTK_EXTRA_LIB) ../lib/libgretl-1.0.la - GUI_CFLAGS = $(GTK_CFLAGS) $(GTKSOURCEVIEW_CFLAGS) $(GTK_EXTRA_CFLAGS) - endif - ifeq ($(USE_NLS),yes) - datadir = @datadir@ -- localedir = $(datadir)/locale -+ localedir = $(prefix)/share/locale - NLSDEF = -DLOCALEDIR=\"$(localedir)\" - endif - -@@ -85,7 +86,7 @@ - - # Directories - bindir = $(prefix)/bin --gretldir = $(prefix)/share/gretl -+gretldir = $(datadir)/gretl - tooldir = $(topsrc)/tools - libsrc = $(topsrc)/lib/src - clisrc = $(topsrc)/cli -@@ -124,10 +125,10 @@ - $(CC) $(CFLAGS) $(GTK_CFLAGS) -c $< - - $(GTKEXTRA_LITE): -- make -C gtkextra-lite -+ $(MAKE) -C gtkextra-lite - - gtksourceview/libgtksourceview-lite.a: -- make -C gtksourceview -+ $(MAKE) -C gtksourceview - - .deps: - mkdir $@ -@@ -142,7 +143,7 @@ - $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) -s $(PROG) $(bindir)/$(PROG) - - install-data: installdirs -- $(INSTALL_PROGRAM) ../gretl_sh $(bindir)/gretl -+ $(INSTALL_SCRIPT) ../gretl_sh $(bindir)/gretl - $(INSTALL_DATA) $(topsrc)/pixmaps/gretl-logo.xpm $(gretldir) - $(INSTALL_DATA) $(topsrc)/COPYING $(gretldir) - diff --git a/math/gretl/files/patch-gui2::omf-install::Makefile.in b/math/gretl/files/patch-gui2::omf-install::Makefile.in deleted file mode 100644 index c365f12bc2c0..000000000000 --- a/math/gretl/files/patch-gui2::omf-install::Makefile.in +++ /dev/null @@ -1,29 +0,0 @@ ---- gui2/omf-install/Makefile.in.orig Wed Apr 9 01:11:18 2003 -+++ gui2/omf-install/Makefile.in Mon Apr 14 17:37:41 2003 -@@ -1,13 +1,14 @@ --topsrc = $top_srcdir@ -+topsrc = @top_srcdir@ - tooldir = $(topsrc)/tools - - INSTALL = @INSTALL@ --gnome_prefix = @gnome_prefix@ -+INSTALL_DATA = @INSTALL_DATA@ -+datadir = @datadir@ - - VPATH = $(topsrc)/gui2/omf-install - --docdir = $(gnome_prefix)/share/gnome/help/gretl/C --omfdir = $(gnome_prefix)/share/omf/gretl -+docdir = $(datadir)/help/gretl/C -+omfdir = $(datadir)/omf/gretl - - gretl-C.omf: gretl-C.omf.in - scrollkeeper-preinstall $(docdir)/`awk 'BEGIN {RS = ">" } \ -@@ -16,5 +17,5 @@ - - install: gretl-C.omf - $(tooldir)/mkinstalldirs $(omfdir) -- $(INSTALL) -m 644 $< $(omfdir) -- scrollkeeper-update -p $(gnome_prefix)/var/scrollkeeper -+ $(INSTALL_DATA) $< $(omfdir) -+ scrollkeeper-update -p /var/db/scrollkeeper diff --git a/math/gretl/files/patch-lib::Makefile.in b/math/gretl/files/patch-lib::Makefile.in deleted file mode 100644 index 32c0d8ddd963..000000000000 --- a/math/gretl/files/patch-lib::Makefile.in +++ /dev/null @@ -1,52 +0,0 @@ ---- lib/Makefile.in.orig Mon Nov 1 01:05:09 2004 -+++ lib/Makefile.in Thu Nov 18 20:25:22 2004 -@@ -18,6 +18,11 @@ - - have_gtk = @have_gtk@ - -+datadir = @datadir@ -+CPPFLAGS = @CPPFLAGS@ -DDATADIR=\"$(datadir)\" -+LDFLAGS = @LDFLAGS@ -+INTL_LIBS = @LTLIBINTL@ -+ - ifeq ($(INSTALL_PROGRAM),) - INSTALL_PROGRAM = $(INSTALL) -m 755 - endif -@@ -32,7 +37,7 @@ - libdir = $(prefix)/lib - includedir = $(prefix)/include/gretl - aclocaldir = $(prefix)/share/aclocal --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(prefix)/libdata/pkgconfig - - INSTALLDIRS = $(libdir) $(includedir) $(aclocaldir) - -@@ -48,8 +53,8 @@ - - # hard-coded -L/usr/local/lib is a bodge!! - --LIBS = $(LAPACK_LIBS) -lm -ldl -L/usr/local/lib -lz $(XML_LIBS) \ -- $(GLIB_LIBS) $(GMP_LIBS) -+LIBS = $(LAPACK_LIBS) -lm -lz $(XML_LIBS) \ -+ $(GLIB_LIBS) $(GMP_LIBS) $(INTL_LIBS) - - #### End of system configuration section. #### - -@@ -115,7 +120,7 @@ - LIBTOOL = ../libtool - - override CFLAGS += -I.. -I$(topsrc) -I$(libsrc) $(XML_CFLAGS) $(GLIB_CFLAGS) \ -- $(GMP_CFLAGS) -DHAVE_CONFIG_H -+ $(GMP_CFLAGS) -DHAVE_CONFIG_H $(CPPFLAGS) - - COMPILE = $(LIBTOOL) --mode=compile $(CC) -c $(CFLAGS) - -@@ -125,7 +130,7 @@ - - $(LIBGRETL): .deps $(LOBJS) $(AUX_LOBJ) - $(LIBTOOL) --mode=link $(CC) -o $@ $(LOBJS) $(AUX_LOBJ) \ -- -rpath $(prefix)/lib $(LIBS) -version-info 0:23:0 -+ -rpath $(prefix)/lib $(LIBS) -version-info 0:23:0 $(LDFLAGS) - - .deps: - mkdir $@ diff --git a/math/gretl/files/patch-lib::src::gretl_paths.c b/math/gretl/files/patch-lib::src::gretl_paths.c deleted file mode 100644 index 12770b080297..000000000000 --- a/math/gretl/files/patch-lib::src::gretl_paths.c +++ /dev/null @@ -1,13 +0,0 @@ ---- lib/src/gretl_paths.c.orig Wed Feb 11 06:14:36 2004 -+++ lib/src/gretl_paths.c Sun Feb 29 18:10:53 2004 -@@ -432,8 +432,8 @@ - if (home != NULL) { - strcpy(ppaths->gretldir, home); - } else { -- strcpy(ppaths->gretldir, GRETL_PREFIX); -- strcat(ppaths->gretldir, "/share/gretl/"); -+ strcpy(ppaths->gretldir, DATADIR); -+ strcat(ppaths->gretldir, "/gretl/"); - } - - sprintf(ppaths->binbase, "%sdb/", ppaths->gretldir); diff --git a/math/gretl/files/patch-plugin::Makefile.in b/math/gretl/files/patch-plugin::Makefile.in deleted file mode 100644 index b2043c0e7495..000000000000 --- a/math/gretl/files/patch-plugin::Makefile.in +++ /dev/null @@ -1,37 +0,0 @@ ---- plugin/Makefile.in.orig Wed Oct 20 00:55:16 2004 -+++ plugin/Makefile.in Thu Nov 18 20:24:54 2004 -@@ -8,6 +8,10 @@ - INSTALL = @INSTALL@ - LN = @LN_S@ - -+CPPFLAGS = @CPPFLAGS@ -+LDFLAGS = @LDFLAGS@ -+INTL_LIBS = @LTLIBINTL@ -+ - have_gtk = @have_gtk@ - have_gmp = @have_gmp@ - -@@ -96,7 +100,7 @@ - URCDATA = $(topsrc)/plugin/data/urcdata.gz - - override CFLAGS += $(GRETLINC) $(GTK_CFLAGS) $(GMP_CFLAGS) $(XML_CFLAGS) \ -- $(LIBOLE2_CFLAGS) $(AUDIO_CFLAGS) -I. $(GMPDEF) -+ $(LIBOLE2_CFLAGS) $(AUDIO_CFLAGS) -I. $(GMPDEF) $(CPPFLAGS) - - %.lo: %.c - $(COMPILE) $< -@@ -181,12 +185,12 @@ - .PHONY: - - install: $(GRETLLIB) $(PLUGINS) $(URCDATA) installdirs -- $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) \ -+ $(LIBTOOL) --mode=install $(INSTALL_DATA) \ - $(PLUGINS) $(plugindir) - $(INSTALL_DATA) $(URCDATA) $(plugindir)/data - - install-strip: $(GRETLLIB) $(PLUGINS) installdirs -- $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) -s \ -+ $(LIBTOOL) --mode=install $(INSTALL_DATA) -s \ - $(PLUGINS) $(plugindir) - - installdirs: diff --git a/math/gretl/files/patch-plugin::libole2::ms-ole2.h b/math/gretl/files/patch-plugin::libole2::ms-ole2.h deleted file mode 100644 index dc25fd58bcaf..000000000000 --- a/math/gretl/files/patch-plugin::libole2::ms-ole2.h +++ /dev/null @@ -1,14 +0,0 @@ ---- plugin/libole2/ms-ole.h.orig Fri Apr 12 03:41:50 2002 -+++ plugin/libole2/ms-ole.h Thu Dec 19 06:28:05 2002 -@@ -13,10 +13,10 @@ - - /* This should be done in glib */ - /* Allin Cottrell modifications here */ -+# include <sys/types.h> - #ifndef _WIN32 - # include <fcntl.h> /* for mode_t */ - #else --# include <sys/types.h> - # ifdef notdef - typedef unsigned long mode_t; - typedef /* signed */ long off_t; diff --git a/math/gretl/files/patch-plugin::tramo-x12a.c b/math/gretl/files/patch-plugin::tramo-x12a.c deleted file mode 100644 index 37e567df1576..000000000000 --- a/math/gretl/files/patch-plugin::tramo-x12a.c +++ /dev/null @@ -1,25 +0,0 @@ ---- plugin/tramo-x12a.c.orig Tue Feb 18 05:20:25 2003 -+++ plugin/tramo-x12a.c Sun May 4 03:27:36 2003 -@@ -187,7 +187,7 @@ - else strcpy(seats, "seats"); - } - --static void truncate (char *str, int n) -+static void truncate_ (char *str, int n) - { - int len = strlen(str); - -@@ -361,11 +361,11 @@ - /* formulate name of new variable to add */ - strcpy(varname, pdinfo->varname[0]); - if (opt == TRAMO_SEATS) { -- truncate(varname, 5); -+ truncate_(varname, 5); - strcat(varname, "_"); - strncat(varname, tramo_series_strings[code], 2); - } else { -- truncate(varname, 4); -+ truncate_(varname, 4); - strcat(varname, "_"); - strcat(varname, x12a_series_strings[code]); - } diff --git a/math/gretl/files/patch-plugin::workbook.c b/math/gretl/files/patch-plugin::workbook.c deleted file mode 100644 index d91482092391..000000000000 --- a/math/gretl/files/patch-plugin::workbook.c +++ /dev/null @@ -1,10 +0,0 @@ ---- plugin/workbook.c.orig Fri May 31 22:22:42 2002 -+++ plugin/workbook.c Sat Jul 27 08:45:00 2002 -@@ -24,6 +24,7 @@ - #include <stdio.h> - #include <stdlib.h> - #include <glib.h> -+#include <wchar.h> - - #ifdef G_OS_WIN32 - # include "../winconfig.h" diff --git a/math/gretl/files/patch-po::Makefile.in.in b/math/gretl/files/patch-po::Makefile.in.in deleted file mode 100644 index 53fa2d5ede09..000000000000 --- a/math/gretl/files/patch-po::Makefile.in.in +++ /dev/null @@ -1,11 +0,0 @@ ---- po/Makefile.in.in.orig Fri May 24 05:03:49 2002 -+++ po/Makefile.in.in Mon Oct 21 08:10:04 2002 -@@ -21,7 +21,7 @@ - prefix = @prefix@ - exec_prefix = @exec_prefix@ - datadir = @datadir@ --localedir = $(datadir)/locale -+localedir = $(prefix)/share/locale - gettextsrcdir = $(datadir)/gettext/po - - INSTALL = @INSTALL@ diff --git a/math/gretl/files/patch-share::Makefile.in b/math/gretl/files/patch-share::Makefile.in deleted file mode 100644 index 4baf38e1d71c..000000000000 --- a/math/gretl/files/patch-share::Makefile.in +++ /dev/null @@ -1,52 +0,0 @@ ---- share/Makefile.in.orig Sat Jun 12 04:15:49 2004 -+++ share/Makefile.in Thu Jul 1 23:06:55 2004 -@@ -1,13 +1,14 @@ - topsrc = @top_srcdir@ - - prefix = @prefix@ -+datadir = @datadir@ - have_gtk = @have_gtk@ - --gretldir = $(prefix)/share/gretl -+gretldir = $(datadir)/gretl - tooldir = $(topsrc)/tools - sharesrc = $(topsrc)/share - --INSTALL_DATA = cp -fp -+INSTALL_DATA = @INSTALL_DATA@ - - AUTO_HELPFILES = \ - $(sharesrc)/gretl.hlp \ -@@ -44,7 +45,7 @@ - - install: installdirs install_datafiles install_scripts install_help - $(INSTALL_DATA) $(sharesrc)/gretl.stamp $(gretldir)/gretl.stamp -- make -C bcih install -+ $(MAKE) -C bcih install - - install-strip: install - -@@ -74,10 +75,10 @@ - $(tooldir)/mkinstalldirs $(gretldir) - $(INSTALL_DATA) $(sharesrc)/gretl.hlp $(gretldir)/gretl.hlp - $(INSTALL_DATA) $(sharesrc)/gretlcli.hlp $(gretldir)/gretlcli.hlp -- $(INSTALL_DATA) $(ES_GUI_HLP) $(gretldir)/gretl.hlp.es -- $(INSTALL_DATA) $(ES_CLI_HLP) $(gretldir)/gretlcli.hlp.es -- $(INSTALL_DATA) $(IT_GUI_HLP) $(gretldir)/gretl.hlp.it -- $(INSTALL_DATA) $(IT_CLI_HLP) $(gretldir)/gretlcli.hlp.it -+# $(INSTALL_DATA) $(ES_GUI_HLP) $(gretldir)/gretl.hlp.es -+# $(INSTALL_DATA) $(ES_CLI_HLP) $(gretldir)/gretlcli.hlp.es -+# $(INSTALL_DATA) $(IT_GUI_HLP) $(gretldir)/gretl.hlp.it -+# $(INSTALL_DATA) $(IT_CLI_HLP) $(gretldir)/gretlcli.hlp.it - - installdirs: - $(tooldir)/mkinstalldirs $(gretldir) $(gretldir)/data -@@ -93,7 +94,7 @@ - - $(RECODE_FILES): $(sharesrc)/gretl.hlp.es $(sharesrc)/gretlcli.hlp.es \ - $(sharesrc)/gretl.hlp.it $(sharesrc)/gretlcli.hlp.it -- for f in $^ ; do recode l1..utf-8 < $$f > $$f.utf8 ; done -+# for f in $^ ; do recode l1..utf-8 < $$f > $$f.utf8 ; done - - clean: - make -C bcih clean diff --git a/math/gretl/files/patch-share::bcih::Makefile.in b/math/gretl/files/patch-share::bcih::Makefile.in deleted file mode 100644 index 0be68fd9f6f1..000000000000 --- a/math/gretl/files/patch-share::bcih::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ ---- share/bcih/Makefile.in.orig Sat Apr 26 04:32:37 2003 -+++ share/bcih/Makefile.in Sun May 4 03:16:24 2003 -@@ -4,7 +4,10 @@ - INSTALL_DATA = cp -fp - - prefix = @prefix@ --gretldir = $(prefix)/share/gretl -+datadir = @datadir@ -+gretldir = $(datadir)/gretl -+INSTALL_DATA = @INSTALL_DATA@ -+ - VPATH = $(topsrc)/share/bcih - - bcih.bin: mkbin bcih.dat diff --git a/math/gretl/files/patch-tools::ltmain.sh b/math/gretl/files/patch-tools::ltmain.sh deleted file mode 100644 index ab2039515415..000000000000 --- a/math/gretl/files/patch-tools::ltmain.sh +++ /dev/null @@ -1,23 +0,0 @@ ---- tools/ltmain.sh.orig Mon Feb 10 02:23:55 2003 -+++ tools/ltmain.sh Mon Apr 14 12:23:06 2003 -@@ -967,6 +967,7 @@ - ;; - - -avoid-version) -+ build_old_libs=no - avoid_version=yes - continue - ;; -@@ -4280,10 +4281,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" |