aboutsummaryrefslogtreecommitdiffstats
path: root/macros/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Add `gnome-pthread-check.m4'. New file. Moved pthread check fromRaja R Harinath1998-02-161-1/+1
| | | | | | | | | | | | | | | * 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
* Use single quotes, not double quotes. Otherwise bash will interpretTom Tromey1998-02-151-2/+2
| | | | | | | | | | 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-151-1/+1
| | | | | | | | | | * 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
* Removed extra `$' from rule.Tom Tromey1998-02-141-1/+1
| | | | | | | | 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
* Add `autogen.sh'.Raja R Harinath1998-02-141-1/+1
| | | | | | * Makefile.am (EXTRA_DIST): Add `autogen.sh'. svn path=/trunk/; revision=29
* 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-141-2/+9
| | | | | | | | | | | * 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. Moved AC_CHECK_GNOME from `configure.in' to here, and renamedRaja R Harinath1998-02-111-0/+2
* 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