rhlabs
dcca0a05a9
Added $(GNOME_LIBDIR) to some Makefile.am files.
...
-Marc
svn path=/trunk/; revision=53
1998-02-27 05:20:11 +00:00
Raja R Harinath
1353f7fde6
Stupid mistake... Forgot a `,'
...
- Hari
svn path=/trunk/; revision=52
1998-02-26 20:57:44 +00:00
Raja R Harinath
15dc03c04e
Put $X_CFLAGS here, not in $CFLAGS. (GNOME_HAVE_SM): New var. `true' if we
...
* gnome-x-checks.m4 (CPPFLAGS): Put $X_CFLAGS here, not in
$CFLAGS.
(GNOME_HAVE_SM): New var. `true' if we have libSM, `false'
otherwise.
- Hari
svn path=/trunk/; revision=51
1998-02-26 20:52:33 +00:00
Carsten Schaar
64121e487c
Added German translation.
...
svn path=/trunk/; revision=50
1998-02-23 17:31:27 +00:00
Carsten Schaar
9bd90b4cff
Changed 'gtt' to 'gncal'.
...
svn path=/trunk/; revision=49
1998-02-23 17:30:54 +00:00
Vincent Renardias
dfba578d4b
Mon, 23 Feb 1998 04:17:37 +0100 Vincent
...
*.desktop translations for the gnome-utils module.
svn path=/trunk/; revision=48
1998-02-23 03:18:02 +00:00
Arturo Espinosa
a4bdc2c8c0
gnome_init app_id parameter changes - Federico
...
svn path=/trunk/; revision=47
1998-02-20 00:19:26 +00:00
Carsten Schaar
9fa2269734
Added '$(INTLLIBS)'
...
* Makefile.am (gncal_LDADD): Added '$(INTLLIBS)'
svn path=/trunk/; revision=46
1998-02-19 17:24:17 +00:00
Carsten Schaar
40f4c86884
(gncal_LDADD): Added '$(INTLLIBS)'
...
svn path=/trunk/; revision=45
1998-02-19 17:23:30 +00:00
Raja R Harinath
b65cb4ec97
Remove `GNOME_CHECK_GNOME'.
...
* gnome.m4: Remove `GNOME_CHECK_GNOME'.
- Hari
svn path=/trunk/; revision=44
1998-02-19 06:32:06 +00:00
Elliot Lee
276b1ebb0c
touchups for CVS gtk
...
svn path=/trunk/; revision=43
1998-02-19 00:40:37 +00:00
Raja R Harinath
c916b5b968
Removed `Makefile'
...
svn path=/trunk/; revision=42
1998-02-19 00:36:39 +00:00
Elliot Lee
074c29c5bc
updates for GnomeUIInfo
...
svn path=/trunk/; revision=41
1998-02-18 22:49:19 +00:00
Raja R Harinath
64e480b078
Include `libsupport.a'.
...
* Makefile.am (gncal_LDADD): Include `libsupport.a'.
* calcs.c (month_atoi): Replace buggy explicit loop string compare
with strcasecmp.
(day_atoi): Likewise.
- Hari
svn path=/trunk/; revision=40
1998-02-18 21:37:52 +00:00
Raja R Harinath
c9d932d239
Replace `strcasecmp' if necessary.
...
* gnome-support.m4 (GNOME_SUPPORT_CHECKS): Replace `strcasecmp' if
necessary.
- Hari
svn path=/trunk/; revision=39
1998-02-18 21:36:45 +00:00
Arturo Espinosa
d59d4dd766
Added missing separator, from Ching Hui
...
svn path=/trunk/; revision=38
1998-02-16 18:06:37 +00:00
Raja R Harinath
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
Tim Janik
eaaef2717d
check for shared gtk+ libraries also.
...
-timj
svn path=/trunk/; revision=36
1998-02-15 20:13:03 +00:00
Tom Tromey
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
Raja R Harinath
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
Changwoo Ryu
11202dff7a
Remove debugging message, "hahaha $macrodirs". :)
...
svn path=/trunk/; revision=33
1998-02-14 17:22:36 +00:00
KST 1998 Changwoo Ryu
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
Tom Tromey
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
Tom Tromey
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
Raja R Harinath
cdd17595d7
Add `autogen.sh'.
...
* Makefile.am (EXTRA_DIST): Add `autogen.sh'.
svn path=/trunk/; revision=29
1998-02-14 05:42:53 +00:00
Raja R Harinath
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
Raja R Harinath
df27caeaa3
Checkin ChangeLog
...
svn path=/trunk/; revision=27
1998-02-14 00:35:33 +00:00
Raja R Harinath
79165f9a12
New `autogen.sh' that has most of the guts of $topdir/autogen.sh.
...
svn path=/trunk/; revision=26
1998-02-14 00:35:05 +00:00
Federico Mena Quintero
2439d663ce
Updated g_string_hash and g_string_equal by g_str_hash and g_str_equal,
...
1998-02-13 Federico Mena Quintero <federico@nuclecu.unam.mx>
* menus.c: Updated g_string_hash and g_string_equal by g_str_hash
and g_str_equal, respectively.
svn path=/trunk/; revision=25
1998-02-13 22:48:57 +00:00
Raja R Harinath
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
Arturo Espinosa
797154c336
Remove Makefile
...
svn path=/trunk/; revision=23
1998-02-13 19:52:36 +00:00
Arturo Espinosa
e1a1dbefbb
Gary Vaughan's fixes to gnome.m4
...
svn path=/trunk/; revision=22
1998-02-13 19:16:00 +00:00
Raja R Harinath
29978a207d
Add `gnome-support.m4' to MACROS
...
svn path=/trunk/; revision=21
1998-02-13 18:19:17 +00:00
Raja R Harinath
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
Raja R Harinath
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
Federico Mena Quintero
587bcc9456
Added #include <locale.h>
...
1998-02-12 Federico Mena Quintero <federico@nuclecu.unam.mx>
* main.c: Added #include <locale.h>
1998-02-12 Federico Mena Quintero <federico@nuclecu.unam.mx>
* configure.in: Added intl/Makefile to the AC_OUTPUT list.
svn path=/trunk/; revision=18
1998-02-12 22:47:07 +00:00
Craig Small
3607d20df4
Fixed Makefile.am so gncal compiles (please check!)
...
svn path=/trunk/; revision=17
1998-02-12 02:49:49 +00:00
Arturo Espinosa
a9b5c04954
Gnome/Games shoudl work now
...
svn path=/trunk/; revision=16
1998-02-11 04:25:16 +00:00
Arturo Espinosa
68ab0fcf20
Gnome/Objc automake/autoconf setup
...
svn path=/trunk/; revision=15
1998-02-11 03:01:47 +00:00
Arturo Espinosa
4fdf7de508
Misc setup changes
...
svn path=/trunk/; revision=14
1998-02-11 02:10:02 +00:00
Arturo Espinosa
64a1776701
Gnome Core updates
...
svn path=/trunk/; revision=13
1998-02-11 01:39:33 +00:00
Arturo Espinosa
867d9158bc
Gnome Utils autoconf/automake setup is ready
...
svn path=/trunk/; revision=12
1998-02-11 01:37:05 +00:00
Raja R Harinath
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
Craig Small
2cacd46508
Added an about box
...
svn path=/trunk/; revision=10
1998-02-10 04:32:15 +00:00
Craig Small
e97cbbe9d7
added repeat values
...
svn path=/trunk/; revision=9
1998-02-10 02:07:15 +00:00
Craig Small
e362a4d4ae
now puts lexer into struct
...
svn path=/trunk/; revision=8
1998-02-10 02:06:21 +00:00
Raja R Harinath
7afa45b77a
Moved top-dir ChangeLog entries to subdir ChangeLogs
...
svn path=/trunk/; revision=7
1998-02-04 00:59:10 +00:00
Miguel de Icaza
6132809ef0
Replace "Quit" for "Exit" in all those programs.
...
Sun Jan 25 23:38:30 1998 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gemvt/gvtmain.c, gmix/gmix.c, gncal/menus.c, gnomine/gnomine.c,
gtop/main.c, same-gnome/same-gnome.c, scottfree/GnomeScott.c:
Replace "Quit" for "Exit" in all those programs.
svn path=/trunk/; revision=5
1998-01-26 17:38:57 +00:00
Craig Small
50024475d9
updated lexer
...
svn path=/trunk/; revision=3
1998-01-13 04:47:15 +00:00
Craig Small
2485eae90d
New Gnome Calendar files
...
svn path=/trunk/; revision=2
1998-01-12 02:51:30 +00:00