Commit Graph

213 Commits

Author SHA1 Message Date
75b3098560 Add `gnome-pthread-check.m4'. New file. Moved pthread check from
* 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
1998-02-15 23:13:49 +00:00
1b06b7d231 Use single quotes, not double quotes. Otherwise bash will interpret
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
1998-02-14 22:06:12 +00:00
8bd27da273 Put back doubled `$'. We want the expansion to occur in the including
* 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
1998-02-14 17:40:00 +00:00
64d837df85 multilple aclocal -I directories.
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
1998-02-14 08:49:50 +00:00
93cd02600b Removed extra `$' from rule.
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
1998-02-14 08:40:53 +00:00
e8169294d9 Only check for -lSM if not already in x_libs.
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
1998-02-14 08:21:12 +00:00
cdd17595d7 Add `autogen.sh'.
* Makefile.am (EXTRA_DIST): Add `autogen.sh'.

svn path=/trunk/; revision=29
1998-02-14 05:42:53 +00:00
935b54a069 Solaris /bin/sh doesn't understand `test -e'.
* gnome-objc-checks.m4 (GNOME_INIT_OBJC): Solaris /bin/sh doesn't
understand `test -e'.

- Hari

svn path=/trunk/; revision=28
1998-02-14 02:08:20 +00:00
df27caeaa3 Checkin ChangeLog
svn path=/trunk/; revision=27
1998-02-14 00:35:33 +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
8324e4c38d New maintainer rule for handling automatic rebuilding of aclocal.m4 if any
* 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
1998-02-13 18:01:43 +00:00
01ce31066f New file. Defines GNOME_SUPPORT_CHECKS for libsupport.a support.
* gnome-support.m4: New file.  Defines GNOME_SUPPORT_CHECKS for
libsupport.a support.

svn path=/trunk/; revision=19
1998-02-12 23:11:26 +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