Commit Graph

30 Commits

Author SHA1 Message Date
28769383c0 fix to include the CFLAGS for extra libraries
2001-06-20  Havoc Pennington  <hp@redhat.com>

	* gnome.m4: fix to include the CFLAGS for extra libraries

svn path=/trunk/; revision=10355
2001-06-21 15:37:23 +00:00
a0281d1b18 Fix "cvs rm -rf" lossage.
svn path=/trunk/; revision=4480
2000-08-02 22:26:45 +00:00
087e70c885 removed last files from GNOME CVS
svn path=/trunk/; revision=4478
2000-08-02 21:47:06 +00:00
3f5d9cb608 Fixed my mess-up, sorry about that.
svn path=/trunk/; revision=3151
2000-05-21 22:40:15 +00:00
857af1bfa7 Gabber now has *working* i18n!
svn path=/trunk/; revision=3148
2000-05-21 21:36:20 +00:00
49c2cb5af1 add an extra lib of docklets. These checks are braindamaged though, they
Sun Apr 23 12:15:14 2000  George Lebl <jirka@5z.com>

	* gnome.m4: add an extra lib of docklets.  These checks are
	  braindamaged though, they don't fail and thus gnome-core for
  	  example compiles without gnomecc.  There need to be separate .m4
  	  files or checks

svn path=/trunk/; revision=2564
2000-04-23 19:19:31 +00:00
25faacf139 I am sure that kabalak didn't mean to remove gnome-common/macros :)
svn path=/trunk/; revision=1747
2000-02-13 11:05:13 +00:00
61657f8452 removed gtranslator for re-checkin
svn path=/trunk/; revision=1746
2000-02-13 10:35:30 +00:00
f34b65450d Make "extra library" message slightly easier to read.
* gnome.m4: Make "extra library" message slightly easier to read.

svn path=/trunk/; revision=1006
1999-07-06 00:07:58 +00:00
ed4bc0b947 Applied Bug fix:
1999-03-10  Tomislav Vujec  <tvujec@carnet.hr

	* gnome.m4 (GNOME_INIT_HOOK): Wrapped position parameter in testing
	for additional inits. It gets expanded while generating configure,
	resulting in an empty parameter list - syntax error in for statement.

svn path=/trunk/; revision=744
1999-03-10 22:46:20 +00:00
8bfa8af939 Add a new paramater, which is passed to GNOME_INIT_HOOK.
* gnome.m4 (GNOME_INIT): Add a new paramater, which is passed to
GNOME_INIT_HOOK.
(GNOME_INIT_HOOK): New parameter "additional inits".  This is a
list like "applets capplet", and the corresponding
GNOME_APPLETS_LIBS and GNOME_CAPPLETS_LIBS are defined.

Note: This change requires all standalone panel applets to use

	GNOME_INIT(applets)

instead of just GNOME_INIT in their configure.ins.  I don't think
there are any standalon panel applets in Gnome CVS.  This is partly to
fix a bug with a message `unknown library: applets' that appears when
gnome-core is installed the first time.

svn path=/trunk/; revision=743
1999-03-10 01:10:12 +00:00
b779411ecc ZVT_LIBS
1999-02-20  Timur Bakeyev <mc@bat.ru>

	* gnome.m4: Added and exported ZVT_LIBS.

svn path=/trunk/; revision=680
1999-02-20 02:15:32 +00:00
60d1b615de Added and exported GNOME_APPLET_LIBS.
svn path=/trunk/; revision=559
1998-12-22 18:24:24 +00:00
6c6da37ef9 Re-arranged tests such that "--without-gnome" is fully supported. Not only
* gnome.m4: Re-arranged tests such that "--without-gnome" is
        fully supported.  Not only is the logic now correct, programs
        can test "want_gnome=yes/no" for the results of this arg.

svn path=/trunk/; revision=494
1998-11-30 08:03:20 +00:00
56fc08a7e5 Changed the call to GNOME_GNORBA_CHECK to GNOME_GNORBA_HOOK([],$2). Before
1998-11-20  James Henstridge  <james@daa.com.au>

        * gnome.m4(GNOME_INIT_HOOK): Changed the call to GNOME_GNORBA_CHECK
        to GNOME_GNORBA_HOOK([],$2).  Before if you specified that the
        macro should not exit on errors, and you didn't have ORBit, the
        script would fail anyway.

svn path=/trunk/; revision=480
1998-11-20 11:14:02 +00:00
3c70d2ff66 Add GNOME_GNORBA_CHECK if gnome-config is found. New GNOMEGNORBA_LIBS
1998-11-12  Andrew T. Veliath  <andrewv@usa.net>

	* gnome.m4: (GNOME_INIT_HOOK): Add GNOME_GNORBA_CHECK if
	gnome-config is found.  New GNOMEGNORBA_LIBS library variable
	(GNOMEGNORBA_LIBS is a superset of GNOMEUI_LIBS).  Update
	GNOME_LIBDIR and GNOME_INCLUDEDIR to to include the required
	Gnorba info, if it is in a different location.

	* Makefile.am (MACROS): Add gnome-gnorba-check.m4 to Makefile.

	* gnome-gnorba-check.m4: New file.

svn path=/trunk/; revision=470
1998-11-12 23:58:59 +00:00
8aac6667d9 gnome.m4: (GNOME_INIT_HOOK): Call $1 also, if `gnome-config' is found and used
svn path=/trunk/; revision=297
1998-08-04 13:44:46 +00:00
d19286255d Use the `gnome-config' program if it exists.
* gnome.m4 (GNOME_CONFIG): Use the `gnome-config' program if it
exists.

With this, `make distcheck' on `gnome-core' inches forward slightly.

svn path=/trunk/; revision=295
1998-08-02 22:23:15 +00:00
5eaac21387 An empty true branch of an `if' statement is not valid sh syntax. If
Thu Mar 19 23:23:30 1998  Tom Tromey  <tromey@cygnus.com>

	* gnome.m4: An empty true branch of an `if' statement is not valid
	sh syntax.  If GNOME_INIT_HOOK argument $1 is empty, use ":"
	instead.

svn path=/trunk/; revision=73
1998-03-20 06:24:33 +00:00
1c388d9817 Weee! gmc uses the gnome.m4 macros now and detects properly gnome installation - mig
svn path=/trunk/; revision=72
1998-03-20 02:54:16 +00:00
b06287fb7b Made it conform to the new gnome_init parameters.
Tue Mar 10 15:34:17 1998  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* obgnome/obgnomeApp.h: Made it conform to the new gnome_init parameters.

svn path=/trunk/; revision=64
1998-03-10 21:24:48 +00:00
5dcf515056 Changed spacing so --help output looks right.
Sun Mar  1 17:49:42 1998  Tom Tromey  <tromey@cygnus.com>

	* gnome.m4 (GNOME_INIT): Changed spacing so --help output looks
	right.

svn path=/trunk/; revision=56
1998-03-02 00:54:14 +00:00
b65cb4ec97 Remove `GNOME_CHECK_GNOME'.
* gnome.m4: Remove `GNOME_CHECK_GNOME'.

- Hari

svn path=/trunk/; revision=44
1998-02-19 06:32:06 +00:00
276b1ebb0c touchups for CVS gtk
svn path=/trunk/; revision=43
1998-02-19 00:40:37 +00:00
acdf11ced0 Look for gnomeConf.sh in $libdir, where the installation actually installs
* gnome.m4 (GNOME_INIT): Look for gnomeConf.sh in $libdir, where
the installation actually installs it.

- Hari

svn path=/trunk/; revision=24
1998-02-13 21:03:03 +00:00
e1a1dbefbb Gary Vaughan's fixes to gnome.m4
svn path=/trunk/; revision=22
1998-02-13 19:16:00 +00:00
a9b5c04954 Gnome/Games shoudl work now
svn path=/trunk/; revision=16
1998-02-11 04:25:16 +00:00
4fdf7de508 Misc setup changes
svn path=/trunk/; revision=14
1998-02-11 02:10:02 +00:00
64a1776701 Gnome Core updates
svn path=/trunk/; revision=13
1998-02-11 01:39:33 +00:00
f97c786c15 New file. Moved AC_CHECK_GNOME from `configure.in' to here, and renamed
* gnome.m4: New file.  Moved AC_CHECK_GNOME from `configure.in' to
here, and renamed macro to GNOME_CHECK_GNOME.
* gnome-x-checks.m4: Likewise, move and renaming AC_GNOME_X_CHECKS
to GNOME_X_CHECKS.

* aclocal-include.m4: New file.  Defines AM_ACLOCAL_INCLUDE macro
to provide extra search directories to `aclocal'.

svn path=/trunk/; revision=11
1998-02-10 20:21:54 +00:00