aboutsummaryrefslogtreecommitdiffstats
path: root/macros/gnome.m4
Commit message (Collapse)AuthorAgeFilesLines
* 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