mirror of https://github.com/GNOME/gimp.git
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:
parent
770e118a92
commit
d747a8a22b
|
@ -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.
|
||||
|
|
|
@ -49,6 +49,8 @@ extern "C" {
|
|||
|
||||
#define GIMP_HAVE_EXPORT 1-1-10
|
||||
|
||||
#define GIMP_HAVE_SYSCONFDIR 1-1-28
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
|
|
|
@ -49,6 +49,8 @@ extern "C" {
|
|||
|
||||
#define GIMP_HAVE_EXPORT 1-1-10
|
||||
|
||||
#define GIMP_HAVE_SYSCONFDIR 1-1-28
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue