diff options
author | Satyajit Kanungo <satyajit.kanungo@wipro.com> | 2002-05-01 21:01:15 +0000 |
---|---|---|
committer | Kevin Vandersloot <kevinv@src.gnome.org> | 2002-05-01 21:01:15 +0000 |
commit | ba18e4661d77144512c9efa4b84e6fbf95884388 (patch) | |
tree | f2879cbf0a83df2938a7c6ca64f9c256b5085963 /acconfig.h | |
parent | 0f14b131780ef9dad71c6e042e4cde441dd8b47e (diff) |
Get help working for a lot of applets
2002-04-28 Satyajit Kanungo <satyajit.kanungo@wipro.com>
* configure.in: Added rules for Makefiles under applets/doc
defined DATADIR, LIBDIR, SYSCONFDIR and PREFIX to enable
help on applets.
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index 5899bc3df..4fa5fc9a2 100644 --- a/acconfig.h +++ b/acconfig.h @@ -13,6 +13,10 @@ #undef HAVE_ESD #undef HAVE_LIBESD +#undef DATADIR +#undef LIBDIR +#undef SYSCONFDIR +#undef PREFIX #undef HAVE_FVWM |