PATCH: revert gob maintainer mode
- From: Ali Akcaagac <ali akcaagac stud fh-wilhelmshaven de>
- To: balsa-list gnome org
- Subject: PATCH: revert gob maintainer mode
- Date: Sun, 23 Dec 2001 22:31:06 +0100
hi,
i've detected that someone placed the GOB makefileinstructions
into maintainermode. it took me some while to figure this out,
i have reverted this back to the behaviour as i did the patch
some months back.
reason: not everyone uses --enable-maintainer-mode. to be true
i never used it for a CVS and always expected things to compile
more or less. i don't think it's a good idea putting this into
maintainermode and get pissed people because of beeing not able
to compile things correctly.
a) if you compile CVS then the *.gob files are not created.
so they MUST be created anyways. this should also work
without the need of the maintainermode.
b) if i am in maintainermode then this won't change anything.
--
Name....: Ali Akcaagac
Status..: Student Of Computer & Economic Science
E-Mail..: mailto:ali.akcaagac@stud.fh-wilhelmshaven.de
WWW.....: http://www.fh-wilhelmshaven.de/~akcaagaa
--- balsa-cvs/libinit_balsa/Makefile.am Sun Dec 23 21:11:25 2001
+++ balsa/libinit_balsa/Makefile.am Sun Dec 23 22:23:22 2001
@@ -22,7 +22,7 @@
balsa-druid-page-welcome.h \
balsa-druid-page-user.h \
balsa-druid-page-directory.h \
- balsa-druid-page-finish.h
+ balsa-druid-page-finish.h
GOB_SRCLIST = \
balsa-initdruid.gob \
@@ -38,5 +38,5 @@
-I$(top_srcdir)/libbalsa \
-I$(top_srcdir)/src
-@MAINT@%.c %.h %-private.h: %.gob
-@MAINT@ @GOB@ --no-private-header $<
+%.c %.h %-private.h: %.gob
+ @GOB@ --no-private-header $<
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]