+Tue May 16 06:50:35 2006 Ben Pfaff <blp@gnu.org>
+
+ * automake.mk (src/libpspp/version.c): Removed groff_font_path,
+ which is no longer used.
+
+ * message.c (request_bug_report_and_abort): Don't print
+ groff_font_path, which no longer exists.
+
+ * version.h (locale_dir): Removed groff_font_path.
+
Sun May 14 22:06:53 2006 Ben Pfaff <blp@gnu.org>
* str.c (spprintf): Moved definition of spprintf() here, from
\"~/.pspp:$(pkgsysconfdir)\";" >> $@
echo "const char include_path[] =\
\"./:~/.pspp/include:$(pkgdatadir)\";" >> $@
- echo "const char groff_font_path[] = \"~/.pspp/font:\" \\" >> $@
- echo " \"$(pkgdatadir)/font:\" \\" >> $@
- echo " \"/usr/local/lib/groff/font:\" \\" >> $@
- echo " \"/usr/lib/groff/font:\" \\" >> $@
- echo " \"/usr/local/share/groff/font:\" \\" >> $@
- echo " \"/usr/share/groff/font\";" >> $@
echo "const char locale_dir[] = \"$(datadir)/locale\";" >> $@
"build_system: %s\n"
"default_config_path: %s\n"
"include_path: %s\n"
- "groff_font_path: %s\n"
"locale_dir: %s\n"
"compiler version: %s\n"
,
build_system,
default_config_path,
include_path,
- groff_font_path,
locale_dir,
#ifdef __VERSION__
__VERSION__
/* Include path. */
extern const char include_path[];
-/* Font path. */
-extern const char groff_font_path[];
-
/* Locale directory. */
extern const char locale_dir[];