added GIMP_HAVE_SYSCONFDIR

2000-10-16  Sven Neumann  <sven@gimp.org>

	* libgimp/gimpfeatures.h.in: added GIMP_HAVE_SYSCONFDIR
This commit is contained in:
Sven Neumann 2000-10-16 12:44:45 +00:00 committed by Sven Neumann
parent 770e118a92
commit d747a8a22b
4 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2000-10-16 Sven Neumann <sven@gimp.org>
* libgimp/gimpfeatures.h.in: added GIMP_HAVE_SYSCONFDIR
2000-10-16 Sven Neumann <sven@gimp.org>
* gimp.spec.in: make it work with my modifications of Ben's patch.

View File

@ -49,6 +49,8 @@ extern "C" {
#define GIMP_HAVE_EXPORT 1-1-10
#define GIMP_HAVE_SYSCONFDIR 1-1-28
#ifdef __cplusplus
}
#endif /* __cplusplus */

View File

@ -49,6 +49,8 @@ extern "C" {
#define GIMP_HAVE_EXPORT 1-1-10
#define GIMP_HAVE_SYSCONFDIR 1-1-28
#ifdef __cplusplus
}
#endif /* __cplusplus */

View File

@ -193,7 +193,7 @@ install :: install-po
$main::dont_embed || (cd embed && \$(MAKE) install)
install-po:
cd po && \$(MAKE) install-po
cd po && \$(MAKE) install
".$install;
}