aboutsummaryrefslogtreecommitdiffstats
path: root/macros
Commit message (Collapse)AuthorAgeFilesLines
...
* Add `gnome-pthread-check.m4'. New file. Moved pthread check fromRaja R Harinath1998-02-165-11/+28
| | | | | | | | | | | | | | | * Makefile.am (MACROS): Add `gnome-pthread-check.m4'. * gnome-pthread-check.m4: New file. Moved pthread check from gnome-x-checks.m4 to here. * gnome-objc-checks.m4: Use `gnome-pthread-check'. (OBJC_LIBS): New config var. * gnome-x-checks.m4: Add `AC_DEFINE(HAVE_LIBSM)' if `-lSM' is already part of `$x_libs'. Move pthread check to new file. - Hari svn path=/trunk/; revision=37
* check for shared gtk+ libraries also.Tim Janik1998-02-161-0/+4
| | | | | | -timj svn path=/trunk/; revision=36
* Use single quotes, not double quotes. Otherwise bash will interpretTom Tromey1998-02-152-2/+8
| | | | | | | | | | Sat Feb 14 12:45:35 1998 Tom Tromey <tromey@cygnus.com> * Makefile.am (macros.dep): Use single quotes, not double quotes. Otherwise bash will interpret `$(...)' incorrectly. (EXTRA_DIST): Include macros.dep in distribution. svn path=/trunk/; revision=35
* Put back doubled `$'. We want the expansion to occur in the includingRaja R Harinath1998-02-152-1/+7
| | | | | | | | | | * Makefile.am (macros.dep): Put back doubled `$'. We want the expansion to occur in the including Makefile, not here. Otherwise, there will be an extra `../' in the rule. - Hari svn path=/trunk/; revision=34
* Remove debugging message, "hahaha $macrodirs". :)Changwoo Ryu1998-02-151-1/+0
| | | | svn path=/trunk/; revision=33
* multilple aclocal -I directories.KST 1998 Changwoo Ryu1998-02-142-3/+13
| | | | | | | | Sat Feb 14 17:41:28 KST 1998 Changwoo Ryu <cwryu@adam.kaist.ac.kr> * autogen.sh: multilple aclocal -I directories. svn path=/trunk/; revision=32
* Removed extra `$' from rule.Tom Tromey1998-02-142-1/+3
| | | | | | | | Sat Feb 14 01:09:37 1998 Tom Tromey <tromey@cygnus.com> * Makefile.am (macros.dep): Removed extra `$' from rule. svn path=/trunk/; revision=31
* Only check for -lSM if not already in x_libs.Tom Tromey1998-02-142-1/+13
| | | | | | | | | Sat Feb 14 01:09:37 1998 Tom Tromey <tromey@cygnus.com> * gnome-x-checks.m4: Only check for -lSM if not already in x_libs. svn path=/trunk/; revision=30
* Add `autogen.sh'.Raja R Harinath1998-02-142-1/+3
| | | | | | * Makefile.am (EXTRA_DIST): Add `autogen.sh'. svn path=/trunk/; revision=29
* Solaris /bin/sh doesn't understand `test -e'.Raja R Harinath1998-02-142-25/+28
| | | | | | | | | * gnome-objc-checks.m4 (GNOME_INIT_OBJC): Solaris /bin/sh doesn't understand `test -e'. - Hari svn path=/trunk/; revision=28
* Checkin ChangeLogRaja R Harinath1998-02-141-0/+2
| | | | svn path=/trunk/; revision=27
* New `autogen.sh' that has most of the guts of $topdir/autogen.sh.Raja R Harinath1998-02-141-0/+80
| | | | svn path=/trunk/; revision=26
* Look for gnomeConf.sh in $libdir, where the installation actually installsRaja R Harinath1998-02-142-7/+15
| | | | | | | | | * 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
* Add `gnome-support.m4' to MACROSRaja R Harinath1998-02-141-1/+2
| | | | svn path=/trunk/; revision=21
* New maintainer rule for handling automatic rebuilding of aclocal.m4 if anyRaja R Harinath1998-02-143-2/+20
| | | | | | | | | | | * Makefile.am (macros.dep): New maintainer rule for handling automatic rebuilding of aclocal.m4 if any of the macros change. (MACROS): New variable. List of all `m4' macros in this directory. - Hari svn path=/trunk/; revision=20
* New file. Defines GNOME_SUPPORT_CHECKS for libsupport.a support.Raja R Harinath1998-02-132-0/+12
| | | | | | | * gnome-support.m4: New file. Defines GNOME_SUPPORT_CHECKS for libsupport.a support. svn path=/trunk/; revision=19
* Gnome/Games shoudl work nowArturo Espinosa1998-02-112-0/+3
| | | | svn path=/trunk/; revision=16
* Gnome/Objc automake/autoconf setupArturo Espinosa1998-02-111-17/+30
| | | | svn path=/trunk/; revision=15
* Misc setup changesArturo Espinosa1998-02-112-16/+6
| | | | svn path=/trunk/; revision=14
* Gnome Core updatesArturo Espinosa1998-02-111-0/+34
| | | | svn path=/trunk/; revision=13
* Gnome Utils autoconf/automake setup is readyArturo Espinosa1998-02-112-0/+81
| | | | svn path=/trunk/; revision=12
* New file. Moved AC_CHECK_GNOME from `configure.in' to here, and renamedRaja R Harinath1998-02-115-0/+87
* 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