diff --git a/configure b/configure index 8edb2ce7..12d8323f 100755 --- a/configure +++ b/configure @@ -666,7 +666,6 @@ See \"Porting GNU Mes\" in the manual, or try --with-courage\n" mes-system) ")) (display (string-append " #define MES_VERSION \"" VERSION "\" -#define MES_PKGDATADIR \"" pkgdatadir "\" "))))) (substitute (string-append srcdest "build-aux/config.make.in") pairs #:target ".config.make")) diff --git a/configure.sh b/configure.sh index 947ddd85..0139cbc3 100755 --- a/configure.sh +++ b/configure.sh @@ -244,7 +244,6 @@ EOF fi cat >> include/mes/config.h < include/mes/config.h < include/mes/config.h < 1) - { - eputs (";;; pkgdatadir="); - eputs (MES_PKGDATADIR); - eputs ("\n"); - } if (getenv ("MES_BOOT")) strcpy (boot, getenv ("MES_BOOT")); else @@ -1801,13 +1795,6 @@ open_boot () __stdin = try_open_boot (file_name, boot, "MES_PREFIX/share/mes"); } } - if (__stdin < 0) - { - strcpy (g_datadir, MES_PKGDATADIR); - strcpy (file_name, g_datadir); - strcpy (file_name + strlen (file_name), "/module/mes/"); - __stdin = try_open_boot (file_name, boot, "pkgdatadir"); - } if (__stdin < 0) { g_datadir[0] = 0;