aboutsummaryrefslogtreecommitdiffstats
path: root/macros/ChangeLog
blob: fd53e3e604f93a8981951440f56c15fdb7021d3d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
1998-03-09  Raja R Harinath  <harinath@cs.umn.edu>

    * gnome-support.m4: Add check for `vsnprintf'.

Sun Mar  8 17:04:28 1998  Tom Tromey  <tromey@cygnus.com>

    * gnome-support.m4: Set need_gnome_support shell variable.  Define
    BUILD_GNOME_SUPPORT automake conditional.  Define LTLIBOBJS.  Look
    for argp_domain element in struct argp.

Sat Mar  7 00:04:22 1998  Tom Tromey  <tromey@cygnus.com>

    * gnome-support.m4 (GNOME_SUPPORT_CHECKS): Add argp-pvh.o to
    LIBOBJS.

    * gnome-support.m4 (GNOME_SUPPORT_CHECKS): Check for strnlen().

Wed Mar  4 01:02:55 1998  Tom Tromey  <tromey@cygnus.com>

    * gnome-support.m4 (GNOME_SUPPORT_CHECKS): Check for argp code,
    strndup, program_invocation_name, program_invocation_short_name.

Mon Mar  2 15:27:44 1998  Tom Tromey  <tromey@cygnus.com>

    * gnome-x-checks.m4 (GNOME_X_CHECKS): Also check for SMlib.h; some
    Solaris systems have -lSM but not SMlib.h.

Sun Mar  1 17:49:42 1998  Tom Tromey  <tromey@cygnus.com>

    * gnome.m4 (GNOME_INIT): Changed spacing so --help output looks
    right.

Fri Feb 27 10:05:34 1998  Tom Tromey  <tromey@cygnus.com>

    * gnome-objc-checks.m4 (GNOME_CHECK_OBJC): Set OBJECTIVE_C shell
    variable.

1998-02-26  Raja R Harinath  <harinath@cs.umn.edu>

    * gnome-x-checks.m4 (CPPFLAGS): Put $X_CFLAGS here, not in
    $CFLAGS. 
    (GNOME_HAVE_SM): New var.  `true' if we have libSM, `false'
    otherwise. 

1998-02-19  Raja R Harinath  <harinath@cs.umn.edu>

    * gnome.m4: Remove `GNOME_CHECK_GNOME'.

1998-02-18  Raja R Harinath  <harinath@cs.umn.edu>

    * gnome-support.m4 (GNOME_SUPPORT_CHECKS): Replace `strcasecmp' if
    necessary. 

1998-02-15  Raja R Harinath  <harinath@cs.umn.edu>

    * 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.
    
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.

1998-02-14  Raja R Harinath  <harinath@cs.umn.edu>

    * 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.

Sat Feb 14 17:41:28 KST 1998  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>

    * autogen.sh: multilple aclocal -I directories.

Sat Feb 14 01:09:37 1998  Tom Tromey  <tromey@cygnus.com>

    * Makefile.am (macros.dep): Removed extra `$' from rule.

    * gnome-x-checks.m4: Only check for -lSM if not already in
    x_libs.

1998-02-13  Raja R Harinath  <harinath@cs.umn.edu>

    * Makefile.am (EXTRA_DIST): Add `autogen.sh'.

    * gnome-objc-checks.m4 (GNOME_INIT_OBJC): Solaris /bin/sh doesn't
    understand `test -e'.

    * autogen.sh: New file.

    * gnome.m4 (GNOME_INIT): Look for gnomeConf.sh in $libdir, where
    the installation actually installs it.

    * 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.

1998-02-12  Raja R Harinath  <harinath@cs.umn.edu>

    * gnome-support.m4: New file.  Defines GNOME_SUPPORT_CHECKS for
    libsupport.a support.

1998-02-10  Raja R Harinath  <harinath@cs.umn.edu>

    * 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'.