aboutsummaryrefslogtreecommitdiffstats
path: root/macros/gnome.m4
Commit message (Collapse)AuthorAgeFilesLines
* Fix "cvs rm -rf" lossage.Dan Winship2000-08-031-0/+128
| | | | svn path=/trunk/; revision=4480
* removed last files from GNOME CVSscottf2000-08-031-128/+0
| | | | svn path=/trunk/; revision=4478
* Fixed my mess-up, sorry about that.Julian Missig2000-05-221-0/+4
| | | | svn path=/trunk/; revision=3151
* Gabber now has *working* i18n!Julian Missig2000-05-221-4/+0
| | | | svn path=/trunk/; revision=3148
* add an extra lib of docklets. These checks are braindamaged though, theyGeorge Lebl2000-04-241-0/+4
| | | | | | | | | | | 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
* I am sure that kabalak didn't mean to remove gnome-common/macros :)James Henstridge2000-02-131-0/+124
| | | | svn path=/trunk/; revision=1747
* removed gtranslator for re-checkinFatih Demir2000-02-131-124/+0
| | | | svn path=/trunk/; revision=1746
* Make "extra library" message slightly easier to read.Raja R Harinath1999-07-061-1/+1
| | | | | | * gnome.m4: Make "extra library" message slightly easier to read. svn path=/trunk/; revision=1006
* Applied Bug fix:Raja R Harinath1999-03-111-1/+2
| | | | | | | | | | 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
* Add a new paramater, which is passed to GNOME_INIT_HOOK.Raja R Harinath1999-03-101-6/+25
| | | | | | | | | | | | | | | | | | | * 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
* ZVT_LIBSTimur Bakeyev1999-02-201-0/+2
| | | | | | | | 1999-02-20 Timur Bakeyev <mc@bat.ru> * gnome.m4: Added and exported ZVT_LIBS. svn path=/trunk/; revision=680
* Added and exported GNOME_APPLET_LIBS.Jeff Garzik1998-12-231-0/+2
| | | | svn path=/trunk/; revision=559
* Re-arranged tests such that "--without-gnome" is fully supported. Not onlyJeff Garzik1998-11-301-55/+66
| | | | | | | | * 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
* Changed the call to GNOME_GNORBA_CHECK to GNOME_GNORBA_HOOK([],$2). BeforeJames Henstridge1998-11-201-1/+1
| | | | | | | | | | | 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
* Add GNOME_GNORBA_CHECK if gnome-config is found. New GNOMEGNORBA_LIBSAndrew T. Veliath1998-11-131-2/+5
| | | | | | | | | | | | | | | | 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
* gnome.m4: (GNOME_INIT_HOOK): Call $1 also, if `gnome-config' is found and usedSebastian Wilhelmi1998-08-041-0/+1
| | | | svn path=/trunk/; revision=297
* Use the `gnome-config' program if it exists.Raja R Harinath1998-08-031-9/+29
| | | | | | | | | * 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
* An empty true branch of an `if' statement is not valid sh syntax. IfTom Tromey1998-03-201-2/+3
| | | | | | | | | | 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
* Weee! gmc uses the gnome.m4 macros now and detects properly gnome ↵Arturo Espinosa1998-03-201-5/+23
| | | | | | installation - mig svn path=/trunk/; revision=72
* Made it conform to the new gnome_init parameters.Miguel de Icaza1998-03-111-1/+0
| | | | | | | | 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
* Changed spacing so --help output looks right.Tom Tromey1998-03-021-3/+3
| | | | | | | | | 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
* Remove `GNOME_CHECK_GNOME'.Raja R Harinath1998-02-191-8/+0
| | | | | | | | * gnome.m4: Remove `GNOME_CHECK_GNOME'. - Hari svn path=/trunk/; revision=44
* touchups for CVS gtkElliot Lee1998-02-191-1/+1
| | | | svn path=/trunk/; revision=43
* Look for gnomeConf.sh in $libdir, where the installation actually installsRaja R Harinath1998-02-141-7/+12
| | | | | | | | | * gnome.m4 (GNOME_INIT): Look for gnomeConf.sh in $libdir, where the installation actually installs it. - Hari svn path=/trunk/; revision=24
* Gary Vaughan's fixes to gnome.m4Arturo Espinosa1998-02-141-4/+10
| | | | svn path=/trunk/; revision=22
* Gnome/Games shoudl work nowArturo Espinosa1998-02-111-0/+2
| | | | svn path=/trunk/; revision=16
* Misc setup changesArturo Espinosa1998-02-111-1/+2
| | | | svn path=/trunk/; revision=14
* Gnome Core updatesArturo Espinosa1998-02-111-0/+34
| | | | svn path=/trunk/; revision=13
* New file. Moved AC_CHECK_GNOME from `configure.in' to here, and renamedRaja R Harinath1998-02-111-0/+7
* 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