diff options
author | Michael Fleming <mfleming@src.gnome.org> | 2001-03-10 02:03:55 +0000 |
---|---|---|
committer | Michael Fleming <mfleming@src.gnome.org> | 2001-03-10 02:03:55 +0000 |
commit | 80e02bd997c5f3117ab16818fb10f8e375cc841d (patch) | |
tree | dca9ccd7934eddaf7c10a68fc94ef2db41392426 /acconfig.h | |
parent | 72ad5ba4ca3395abd87217b6eb1076a86126c8f6 (diff) | |
download | nautilus-80e02bd997c5f3117ab16818fb10f8e375cc841d.tar.gz |
reviewed by: <rslomkow@eazel.com>
Bug 6826: Build messages in about box
Added --with-build-message to ./configure. A build message will
display in the about box if no EAZEL_TIMESTAMP (used by hourly builds)
has been set.
The default build message for CVS builds "Development Version"
* acconfig.h:
* configure.in:
* libnautilus-extensions/nautilus-file-utilities.c:
(nautilus_get_build_message):
* libnautilus-extensions/nautilus-file-utilities.h:
* src/nautilus-window-menus.c: (help_menu_about_nautilus_callback):
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index 843200bf1..3f2d8b10a 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,3 +1,4 @@ +#undef NAUTILUS_BUILD_MESSAGE #undef EAZEL_BUILD_TIMESTAMP #undef EAZEL_SERVICES #undef ENABLE_NLS |