Martin Baulig [Mon, 8 Jun 1998 00:12:50 +0000 (00:12 +0000)]
When cross-compiling, this is build using `$(build_CC)' because it needs
1998-06-08 Martin Baulig <martin@home-of-linux.org>
* Makefile.am (gnomesupport-h): When cross-compiling, this
is build using `$(build_CC)' because it needs to run on the
build system. Look at gnome-libs/configure.in to see how to
get `build_CC'.
svn path=/trunk/; revision=242
Martin Baulig [Sun, 7 Jun 1998 22:01:12 +0000 (22:01 +0000)]
When cross-compiling, we now check for `$host_alias-buile-guile'.
1998-06-07 Martin Baulig <martin@home-of-linux.org>
* gnome-guile-checks.m4 (GNOME_CHECK_GUILE): When
cross-compiling, we now check for `$host_alias-buile-guile'.
svn path=/trunk/; revision=241
Martin Baulig [Sun, 7 Jun 1998 20:40:30 +0000 (20:40 +0000)]
Include `glibtop_machine.h' for Linux.
1998-06-07 Martin Baulig <martin@home-of-linux.org>
* macros/gnome-libgtop-sysdeps.m4: Include
`glibtop_machine.h' for Linux.
svn path=/trunk/; revision=240
Martin Baulig [Wed, 3 Jun 1998 12:59:23 +0000 (12:59 +0000)]
Looks also in $GNOME_LIBDIR; added failflag: GNOME_CHECK_GUILE(fail) will
* gnome-guile-checks.m4 (GNOME_CHECK_GUILE): Looks also in $GNOME_LIBDIR;
added failflag: GNOME_CHECK_GUILE(fail) will abort if guile cannot be found.
svn path=/trunk/; revision=235
Martin Baulig [Sun, 24 May 1998 16:07:30 +0000 (16:07 +0000)]
*** empty log message ***
svn path=/trunk/; revision=230
Martin Baulig [Sat, 23 May 1998 22:59:32 +0000 (22:59 +0000)]
Set this to true on SunOS.
* gnome-libgtop-sysdeps.m4 (GNOME_LIBGTOP_HOOK):
(libgtop_use_machine_h): Set this to true on SunOS.
svn path=/trunk/; revision=229
Martin Baulig [Fri, 22 May 1998 17:20:52 +0000 (17:20 +0000)]
*** empty log message ***
svn path=/trunk/; revision=228
Martin Baulig [Fri, 22 May 1998 17:08:06 +0000 (17:08 +0000)]
New file. Imported from `configure.in' in GNU fileutils 3.16. It does all
* gnome-fileutils.m4 (GNOME_FILEUTILS_CHECKS): New file.
Imported from `configure.in' in GNU fileutils 3.16. It does
all the checks that are needed for the diskusage applet.
svn path=/trunk/; revision=227
Martin Baulig [Fri, 22 May 1998 15:28:52 +0000 (15:28 +0000)]
Initial revision
svn path=/trunk/; revision=223
Tom Tromey [Fri, 22 May 1998 04:32:12 +0000 (04:32 +0000)]
Unconditionally declare program_invocation_name and
Thu May 21 21:21:12 1998 Tom Tromey <tromey@cygnus.com>
* gnome-argp.h: Unconditionally declare program_invocation_name
and program_invocation_short_name; some systems define these but
don't declare them.
svn path=/trunk/; revision=222
Martin Baulig [Fri, 22 May 1998 00:23:48 +0000 (00:23 +0000)]
New file. Checks whether libgtop is installed and reads its
* gnome-libgtop-check.m4 (GNOME_LIBGTOP_HOOK): New file.
Checks whether libgtop is installed and reads its `libgtopConf.sh'
file if it can be found. Defines HAVE_LIBGTOP on success and
provides HAVE_LIBGTOP automake conditional.
svn path=/trunk/; revision=221
Martin Baulig [Fri, 22 May 1998 00:15:14 +0000 (00:15 +0000)]
Removed unwanted AC_WITH(sysdeps).
svn path=/trunk/; revision=220
Martin Baulig [Thu, 21 May 1998 23:55:45 +0000 (23:55 +0000)]
Fixed typo.
svn path=/trunk/; revision=219
Martin Baulig [Thu, 21 May 1998 23:38:16 +0000 (23:38 +0000)]
New file. (libgtop_sysdeps_dir): sysdeps directory libgtop uses.
* gnome-libgtop-sysdeps.m4 (GNOME_LIBGTOP_SYSDEPS): New file.
(libgtop_sysdeps_dir): sysdeps directory libgtop uses.
(libgtop_use_machine_h): define HAVE_GLIBTOP_MACHINE_H if this
is `yes'.
(libgtop_need_server): we only need the libgtop server, when
this has a value of `yes'. Defines NEED_LIBGTOP and NEED_LIBGTOP
automake conditional.
svn path=/trunk/; revision=218
Martin Baulig [Thu, 21 May 1998 14:29:54 +0000 (14:29 +0000)]
fixed incorrect ChangeLog entry; I did not add a prototype for vsnprintf()
* vsnprintf.c: fixed incorrect ChangeLog entry; I did not add a prototype for
vsnprintf() yesterday, I just changed its actual declaration on systems defining
__STDC__ to avoid a clash with the prototype in some system header file.
svn path=/trunk/; revision=217
Raja R Harinath [Wed, 20 May 1998 16:22:14 +0000 (16:22 +0000)]
Define _GNU_SOURCE.
* Makefile.am (INCLUDES): Define _GNU_SOURCE.
svn path=/trunk/; revision=216
Martin Baulig [Wed, 20 May 1998 08:38:00 +0000 (08:38 +0000)]
Added missing '#endif'.
svn path=/trunk/; revision=215
Raja R Harinath [Wed, 20 May 1998 00:51:58 +0000 (00:51 +0000)]
Emit declaration.
* gnomesupport-h.c (strerror): Emit declaration.
svn path=/trunk/; revision=214
Raja R Harinath [Wed, 20 May 1998 00:16:02 +0000 (00:16 +0000)]
Fix typo.
svn path=/trunk/; revision=213
Raja R Harinath [Wed, 20 May 1998 00:10:46 +0000 (00:10 +0000)]
New check. (sys_errlist): Check for this variable, needed for `strerror'.
* gnome-support.m4 (strerror): New check.
(sys_errlist): Check for this variable, needed for `strerror'.
(program_invocation_name, program_invocation_short_name): Change
method used to check for these.
svn path=/trunk/; revision=212
Raja R Harinath [Wed, 20 May 1998 00:10:25 +0000 (00:10 +0000)]
New file. Imported from GNU libiberty.
* strerror.c: New file. Imported from GNU libiberty.
svn path=/trunk/; revision=211
Raja R Harinath [Tue, 19 May 1998 23:43:45 +0000 (23:43 +0000)]
Initial revision
svn path=/trunk/; revision=207
Martin Baulig [Tue, 19 May 1998 22:44:20 +0000 (22:44 +0000)]
Added prototype for systems defining __STDC__.
* vsnprintf.c (vsnprintf): Added prototype for systems
defining __STDC__.
* vsnprintf.c (snprintf): Moved toward the end of the
file, that the compiler gets correct prototype for
vsnprintf().
svn path=/trunk/; revision=206
Arturo Espinosa [Wed, 13 May 1998 20:41:04 +0000 (20:41 +0000)]
Support for NOCONFIGURE env variable -mig
svn path=/trunk/; revision=204
Kjartan Maraas [Tue, 12 May 1998 13:17:00 +0000 (13:17 +0000)]
Removed the bad fix I introduced. I will never make a lvalue cast again.
1998-05-12 Kjartan Maraas <kmaraas@fib.hl.no>
* argp-help.c: Removed the bad fix I introduced. I will never make
a lvalue cast again. :)
svn path=/trunk/; revision=203
Raja R Harinath [Sun, 10 May 1998 00:53:51 +0000 (00:53 +0000)]
Remove simple-minded check for `gtk+'.
* autogen.sh: Remove simple-minded check for `gtk+'.
svn path=/trunk/; revision=202
Kjartan Maraas [Sat, 9 May 1998 20:50:29 +0000 (20:50 +0000)]
Removed a compiler warning in gnome-libs/support/argp-help.c
1998-05-09 Kjartan Maraas <kmaraas@fib.hl.no>
* Removed a compiler warning in gnome-libs/support/argp-help.c
svn path=/trunk/; revision=201
Manish Singh [Mon, 27 Apr 1998 20:09:51 +0000 (20:09 +0000)]
Declare variable buf in gnome-help.c
updated some .cvsignores.
-Yosh
svn path=/trunk/; revision=199
Owen Taylor [Fri, 24 Apr 1998 20:48:37 +0000 (20:48 +0000)]
Pass the results of the environment variable ACLOCAL_FLAGS to aclocal.
Fri Apr 24 16:43:38 1998 Owen Taylor <otaylor@gtk.org>
* autogen.sh: Pass the results of the environment variable
ACLOCAL_FLAGS to aclocal. This allows, for instance,
ACLOCAL_FLAGS="-I /home/owen/share/aclocal/" autogen.sh
svn path=/trunk/; revision=198
Arturo Espinosa [Wed, 22 Apr 1998 17:25:13 +0000 (17:25 +0000)]
Use test -f instead of test -e; As suggested by Sebastian Wilhelmi 0-mig
svn path=/trunk/; revision=197
Arturo Espinosa [Wed, 22 Apr 1998 02:56:19 +0000 (02:56 +0000)]
Fix for gedit compilation -mig
svn path=/trunk/; revision=196
EDT 1998 Gregory McLean [Sun, 19 Apr 1998 13:33:37 +0000 (13:33 +0000)]
added to ignore generated files.
Sun Apr 19 09:38:36 EDT 1998 Gregory McLean <gregm@comstar.net>
* ee/doc/.cvsignore: added to ignore generated files.
svn path=/trunk/; revision=195
EDT 1998 Gregory McLean [Sun, 19 Apr 1998 05:28:13 +0000 (05:28 +0000)]
Updated the gtk check to check for 1.0.0
Sun Apr 19 01:35:53 EDT 1998 Gregory McLean <gregm@comstar.net>
* gnome-x-checks.m4: Updated the gtk check to check for 1.0.0
svn path=/trunk/; revision=194
Raja R Harinath [Tue, 14 Apr 1998 20:14:17 +0000 (20:14 +0000)]
Make gnomesupport.h include stddef.h unconditionally.
* gnomesupport-h.c (main): Make gnomesupport.h include stddef.h
unconditionally.
svn path=/trunk/; revision=193
Raja R Harinath [Mon, 13 Apr 1998 23:39:05 +0000 (23:39 +0000)]
Include. Do all the `dirent' wrangling only if `scandir' is needed. Also,
* scandir.c (<sys/types.h>): Include.
* gnomesupport-h.c (!HAVE_SCANDIR): Do all the `dirent' wrangling
only if `scandir' is needed. Also, include <sys/types.h> in all
cases.
svn path=/trunk/; revision=192
Seth Alves [Mon, 13 Apr 1998 21:46:33 +0000 (21:46 +0000)]
freebsd needs types.h before dirent.h
svn path=/trunk/; revision=191
Raja R Harinath [Sun, 12 Apr 1998 21:07:55 +0000 (21:07 +0000)]
Is now $(pkglibdir)/include. `gnomesupport.h' is a generated file
* Makefile.am (supportincludedir): Is now $(pkglibdir)/include.
`gnomesupport.h' is a generated file dependent on the configure
process. So, this seems a good place. The rest of the headers
are also here just because I'm too lazy to maintain two separate
include directories to search in for `libgnomesupport' stuff ;-)
(supportinclude_DATA): New var. Has `gnomesupport.h'.
(BUILT_SOURCES): Generate `gnomesupport.h'.
* gnomesupport-h.c: New file. Used to generate `gnomesupport.h',
which contains prototypes for many of the functions in
`libgnomesupport'. This method is used to ensure that prototypes
appear only for those functions that are provided by
`libgnomesupport'.
* scandir.c (alphasort): New utility function.
svn path=/trunk/; revision=190
Raja R Harinath [Thu, 9 Apr 1998 00:20:07 +0000 (00:20 +0000)]
Also run AC_HEADER_DIRENT.
* gnome-support.m4: Also run AC_HEADER_DIRENT.
svn path=/trunk/; revision=188
Raja R Harinath [Wed, 8 Apr 1998 23:54:06 +0000 (23:54 +0000)]
Update to list newer versions of packages. Add `scandir'.
* autogen.sh: Update to list newer versions of packages.
* gnome-support.m4 (AC_REPLACE_FUNCS): Add `scandir'.
svn path=/trunk/; revision=187
Raja R Harinath [Wed, 8 Apr 1998 23:09:26 +0000 (23:09 +0000)]
Import from GNU libc. Remove assumptions that this file is compiled inside
* scandir.c: Import from GNU libc.
Remove assumptions that this file is compiled inside GLIBC.
Here are the ChangeLog entries when I imported it originally into
`gwp':
1998-02-08 Raja R Harinath <harinath@cs.umn.edu>
* scandir.c (scandir): Revert change of `1998-02-07'.
Don't use d_reclen, but fix the expression used to
figure out the length.
1998-02-07 Raja R Harinath <harinath@cs.umn.edu>
* scandir.c (scandir): Use `d_reclen' field to get length
of record.
1998-02-06 Raja R Harinath <harinath@cs.umn.edu>
* scandir.c: New file. Replacement function copied from
glibc, edited to not step on implementation namespace.
svn path=/trunk/; revision=186
Raja R Harinath [Wed, 8 Apr 1998 22:57:07 +0000 (22:57 +0000)]
Initial revision
svn path=/trunk/; revision=182
Raja R Harinath [Wed, 1 Apr 1998 03:48:15 +0000 (03:48 +0000)]
Look for vasprintf.
* gnome-support.m4 (AC_REPLACE_FUNCS): Look for vasprintf.
svn path=/trunk/; revision=181
Arturo Espinosa [Tue, 31 Mar 1998 18:50:07 +0000 (18:50 +0000)]
Added missing files
svn path=/trunk/; revision=177
Raja R Harinath [Sun, 29 Mar 1998 05:20:44 +0000 (05:20 +0000)]
Imported from GNU libit-0.4. Applied a change that appears in `libiberty'.
* vasprintf.c (int_vasprintf): Imported from GNU libit-0.4.
Applied a change that appears in `libiberty'.
svn path=/trunk/; revision=175
Raja R Harinath [Sun, 29 Mar 1998 05:02:55 +0000 (05:02 +0000)]
Initial revision
svn path=/trunk/; revision=171
Arturo Espinosa [Wed, 25 Mar 1998 05:28:57 +0000 (05:28 +0000)]
gratious last time fixes to the i18n code -mig
svn path=/trunk/; revision=169
Erik Troan [Mon, 23 Mar 1998 20:28:01 +0000 (20:28 +0000)]
don't read ~/.popt in setuid apps
svn path=/trunk/; revision=156
Elliot Lee [Mon, 23 Mar 1998 19:21:02 +0000 (19:21 +0000)]
ignore a bunch more irrelevant pieces
svn path=/trunk/; revision=155
Tom Tromey [Fri, 20 Mar 1998 06:24:33 +0000 (06:24 +0000)]
An empty true branch of an `if' statement is not valid sh syntax. If
Thu Mar 19 23:23:30 1998 Tom Tromey <tromey@cygnus.com>
* gnome.m4: An empty true branch of an `if' statement is not valid
sh syntax. If GNOME_INIT_HOOK argument $1 is empty, use ":"
instead.
svn path=/trunk/; revision=154
Arturo Espinosa [Fri, 20 Mar 1998 02:54:16 +0000 (02:54 +0000)]
Weee! gmc uses the gnome.m4 macros now and detects properly gnome installation - mig
svn path=/trunk/; revision=153
Miguel de Icaza [Fri, 20 Mar 1998 00:46:40 +0000 (00:46 +0000)]
Add support for gtk_container_add to GnomeApp widget.
1998-03-19 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gnome-app.c (gnome_app_add): Add support for gtk_container_add
to GnomeApp widget.
svn path=/trunk/; revision=152
Tom Tromey [Thu, 19 Mar 1998 20:23:21 +0000 (20:23 +0000)]
Cache results of check for program_invocation_short_name,
Thu Mar 19 00:17:46 1998 Tom Tromey <tromey@cygnus.com>
* gnome-support.m4: Cache results of check for
program_invocation_short_name, program_invocation_name. Check to
make sure argp functions are in a library.
svn path=/trunk/; revision=151
Tom Tromey [Thu, 19 Mar 1998 07:24:22 +0000 (07:24 +0000)]
Cache results of argp check.
Thu Mar 19 00:17:46 1998 Tom Tromey <tromey@cygnus.com>
* gnome-support.m4: Cache results of argp check.
svn path=/trunk/; revision=150
Owen Taylor [Sun, 15 Mar 1998 20:56:36 +0000 (20:56 +0000)]
Updates to use AM_PATH_GTK. See various ChangeLogs for details.
svn path=/trunk/; revision=149
Tom Tromey [Sat, 14 Mar 1998 04:31:17 +0000 (04:31 +0000)]
Imported from glibc. Added argp.texi.
Fri Mar 13 21:30:34 1998 Tom Tromey <tromey@cygnus.com>
* argp.texi: Imported from glibc.
* Makefile.am (EXTRA_DIST): Added argp.texi.
svn path=/trunk/; revision=148
Tom Tromey [Sat, 14 Mar 1998 04:29:34 +0000 (04:29 +0000)]
Initial revision
svn path=/trunk/; revision=144
Raja R Harinath [Thu, 12 Mar 1998 22:52:05 +0000 (22:52 +0000)]
Add a check for <linewrap.h> -- this enables some optimizations when
* gnome-support.m4: Add a check for <linewrap.h> -- this enables
some optimizations when compiling `argp'.
- Hari
svn path=/trunk/; revision=143
Raja R Harinath [Thu, 12 Mar 1998 22:46:00 +0000 (22:46 +0000)]
Don't install argp-fmtstream.h and argp-namefrob.h. They are used only to
* Makefile.am (noinst_HEADERS): Don't install argp-fmtstream.h and
argp-namefrob.h. They are used only to compile `argp' and not for
general usage.
- Hari
svn path=/trunk/; revision=142
Raja R Harinath [Thu, 12 Mar 1998 00:54:30 +0000 (00:54 +0000)]
Added a note on `cvs import' and multiple "vendors". -- Hari
svn path=/trunk/; revision=141
Raja R Harinath [Wed, 11 Mar 1998 23:28:44 +0000 (23:28 +0000)]
Don't mention getopt() for C++. (Local fix).
* getopt.h: Don't mention getopt() for C++. (Local fix).
This is IMHO better than my previous commit. -- Hari
svn path=/trunk/; revision=140
Raja R Harinath [Wed, 11 Mar 1998 23:17:52 +0000 (23:17 +0000)]
Prototype getopt() for C++ too. (Local fix).
* getopt.h: Prototype getopt() for C++ too. (Local fix).
- Hari
svn path=/trunk/; revision=139
Raja R Harinath [Wed, 11 Mar 1998 23:14:09 +0000 (23:14 +0000)]
Update to somewhat newer version from glibc-980226 -- Hari
svn path=/trunk/; revision=138
Raja R Harinath [Wed, 11 Mar 1998 22:36:12 +0000 (22:36 +0000)]
Put it back in. And use `cvs import' now, to get it right -- Hari
svn path=/trunk/; revision=135
Elliot Lee [Wed, 11 Mar 1998 22:26:17 +0000 (22:26 +0000)]
Much more work on the mailman - it is semi-functional, and also on girc.
svn path=/trunk/; revision=132
Elliot Lee [Wed, 11 Mar 1998 19:34:39 +0000 (19:34 +0000)]
Remove vsnprintf implementation - bad license, and did not check to see if libc has it already. It should work fine on most systems, now, but if your libc does not define vsnprintf, please send in a patch for an LGPLd implementation :)
svn path=/trunk/; revision=131
Raja R Harinath [Wed, 11 Mar 1998 19:13:44 +0000 (19:13 +0000)]
Actually fill it in. It is from
* vsnprintf.c: Actually fill it in. It is from
<URL:http://theos.com/~deraadt/snprintf.c>, with one small fix to
actually make it compile.
- Hari
svn path=/trunk/; revision=130
Arturo Espinosa [Tue, 10 Mar 1998 22:53:45 +0000 (22:53 +0000)]
Add gnome-argp.h to the Makefile.am
svn path=/trunk/; revision=129
Miguel de Icaza [Tue, 10 Mar 1998 21:24:48 +0000 (21:24 +0000)]
Made it conform to the new gnome_init parameters.
Tue Mar 10 15:34:17 1998 Miguel de Icaza <miguel@nuclecu.unam.mx>
* obgnome/obgnomeApp.h: Made it conform to the new gnome_init parameters.
svn path=/trunk/; revision=128
Tom Tromey [Tue, 10 Mar 1998 02:34:27 +0000 (02:34 +0000)]
Build vsnprintf.o, not vsnprint.o.
Mon Mar 9 19:32:42 1998 Tom Tromey <tromey@cygnus.com>
* gnome-support.m4: Build vsnprintf.o, not vsnprint.o.
svn path=/trunk/; revision=127
Raja R Harinath [Tue, 10 Mar 1998 00:13:02 +0000 (00:13 +0000)]
Add check for `vsnprintf'.
* gnome-support.m4: Add check for `vsnprintf'.
- Hari
svn path=/trunk/; revision=126
Raja R Harinath [Tue, 10 Mar 1998 00:12:35 +0000 (00:12 +0000)]
New file. Provides (v)snprintf as simple wrappers to `__vsnprintf'. New
* easy-vsnprintf.c: New file. Provides (v)snprintf as simple
wrappers to `__vsnprintf'.
* vsnprintf.c: New file. Empty for now.
- Hari
svn path=/trunk/; revision=124
Tom Tromey [Mon, 9 Mar 1998 01:59:51 +0000 (01:59 +0000)]
Set need_gnome_support shell variable. Define BUILD_GNOME_SUPPORT automake
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.
svn path=/trunk/; revision=123
Tom Tromey [Mon, 9 Mar 1998 01:59:10 +0000 (01:59 +0000)]
updated .cvsignore
svn path=/trunk/; revision=122
Tom Tromey [Mon, 9 Mar 1998 01:57:52 +0000 (01:57 +0000)]
Rewrote. Library now named libgnomesupport, now installed if Gnome support
Sun Mar 8 17:13:33 1998 Tom Tromey <tromey@cygnus.com>
* Makefile.am: Rewrote. Library now named libgnomesupport, now
installed if Gnome support code is built.
svn path=/trunk/; revision=121
Tom Tromey [Sat, 7 Mar 1998 07:42:22 +0000 (07:42 +0000)]
New define.
Sat Mar 7 00:03:26 1998 Tom Tromey <tromey@cygnus.com>
* gnome-argp.h (__mempcpy): New define.
svn path=/trunk/; revision=120
Tom Tromey [Sat, 7 Mar 1998 07:07:45 +0000 (07:07 +0000)]
Check for strnlen().
Sat Mar 7 00:04:22 1998 Tom Tromey <tromey@cygnus.com>
* gnome-support.m4 (GNOME_SUPPORT_CHECKS): Check for strnlen().
svn path=/trunk/; revision=119
Tom Tromey [Sat, 7 Mar 1998 07:06:58 +0000 (07:06 +0000)]
New file from glibc; needed by strndup.c.
Sat Mar 7 00:03:26 1998 Tom Tromey <tromey@cygnus.com>
* strnlen.c: New file from glibc; needed by strndup.c.
svn path=/trunk/; revision=118
Tom Tromey [Sat, 7 Mar 1998 07:04:49 +0000 (07:04 +0000)]
Initial revision
svn path=/trunk/; revision=114
Tom Tromey [Sat, 7 Mar 1998 05:19:03 +0000 (05:19 +0000)]
Define unless using gcc. Define unless using gcc.
Fri Mar 6 20:10:55 1998 Tom Tromey <tromey@cygnus.com>
* argp-fmtstream.h (__attribute__): Define unless using gcc.
* argp.h (__attribute__): Define unless using gcc.
svn path=/trunk/; revision=113
Tom Tromey [Sat, 7 Mar 1998 03:14:59 +0000 (03:14 +0000)]
Imported new versions from glibc, while preserving local changes.
Fri Mar 6 20:10:55 1998 Tom Tromey <tromey@cygnus.com>
* argp-help.c, argp-parse.c, argp.h: Imported new versions from
glibc, while preserving local changes.
svn path=/trunk/; revision=112
Tom Tromey [Sat, 7 Mar 1998 02:51:53 +0000 (02:51 +0000)]
This commit was generated by cvs2svn to compensate for changes in r110,
which included commits to RCS files with non-trunk default branches.
svn path=/trunk/; revision=111
Erik Troan [Wed, 4 Mar 1998 16:51:54 +0000 (16:51 +0000)]
include alloca.h if present
svn path=/trunk/; revision=108
Tom Tromey [Wed, 4 Mar 1998 08:22:00 +0000 (08:22 +0000)]
Forgot to cvs add this file. - tromey@cygnus.com
svn path=/trunk/; revision=107
Tom Tromey [Wed, 4 Mar 1998 08:20:47 +0000 (08:20 +0000)]
Added gnome-argp.c. New file.
Wed Mar 4 00:58:27 1998 Tom Tromey <tromey@cygnus.com>
* Makefile.am (libsupport_a_SOURCES): Added gnome-argp.c.
* gnome-argp.c: New file.
svn path=/trunk/; revision=106
Tom Tromey [Wed, 4 Mar 1998 08:14:23 +0000 (08:14 +0000)]
Check for argp code, strndup, program_invocation_name,
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.
svn path=/trunk/; revision=105
Tom Tromey [Wed, 4 Mar 1998 08:13:48 +0000 (08:13 +0000)]
Include gnome-argp.h. Include gnome-argp.h.
Wed Mar 4 00:58:27 1998 Tom Tromey <tromey@cygnus.com>
* argp-parse.c: Include gnome-argp.h.
* argp-help.c: Include gnome-argp.h.
* README-gnome, gnome-argp.h: New files.
* argp-ba.c, argp-eexst.c, argp-fmtstream.c, argp-fmtstream.h,
argp-fs-xinl.c, argp-help.c, argp-namefrob.h, argp-parse.c,
argp-pv.c, argp-pvh.c, argp-test.c, argp-xinl.c, argp.h,
strndup.c: New files, imported from glibc. Please use "cvs
import" if you import new versions.
* Makefile.am (noinst_HEADERS): Added argp-fmtstream.h,
argp-namefrob.h, argp.h, gnome-argp.h.
(EXTRA_DIST): New macro.
svn path=/trunk/; revision=104
Tom Tromey [Wed, 4 Mar 1998 07:59:28 +0000 (07:59 +0000)]
This commit was generated by cvs2svn to compensate for changes in r101,
which included commits to RCS files with non-trunk default branches.
svn path=/trunk/; revision=102
Tom Tromey [Wed, 4 Mar 1998 07:27:47 +0000 (07:27 +0000)]
Initial revision
svn path=/trunk/; revision=97
Tom Tromey [Mon, 2 Mar 1998 22:34:42 +0000 (22:34 +0000)]
Also check for SMlib.h; some Solaris systems have -lSM but not SMlib.h.
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.
svn path=/trunk/; revision=96
Tom Tromey [Mon, 2 Mar 1998 00:54:14 +0000 (00:54 +0000)]
Changed spacing so --help output looks right.
Sun Mar 1 17:49:42 1998 Tom Tromey <tromey@cygnus.com>
* gnome.m4 (GNOME_INIT): Changed spacing so --help output looks
right.
svn path=/trunk/; revision=95
Tom Tromey [Fri, 27 Feb 1998 17:11:38 +0000 (17:11 +0000)]
Set OBJECTIVE_C shell variable.
Fri Feb 27 10:05:34 1998 Tom Tromey <tromey@cygnus.com>
* gnome-objc-checks.m4 (GNOME_CHECK_OBJC): Set OBJECTIVE_C shell
variable.
svn path=/trunk/; revision=94
Raja R Harinath [Thu, 26 Feb 1998 20:57:44 +0000 (20:57 +0000)]
Stupid mistake... Forgot a `,'
- Hari
svn path=/trunk/; revision=93
Raja R Harinath [Thu, 26 Feb 1998 20:52:33 +0000 (20:52 +0000)]
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=92
Raja R Harinath [Thu, 19 Feb 1998 20:31:30 +0000 (20:31 +0000)]
New sample file. Likewise. Likewise. Likewise.
* autogen.sh: New sample file.
* configure.in: Likewise.
* Makefile.am: Likewise.
* README: Likewise.
svn path=/trunk/; revision=91
Raja R Harinath [Thu, 19 Feb 1998 06:32:06 +0000 (06:32 +0000)]
Remove `GNOME_CHECK_GNOME'.
* gnome.m4: Remove `GNOME_CHECK_GNOME'.
- Hari
svn path=/trunk/; revision=90
Elliot Lee [Thu, 19 Feb 1998 00:40:37 +0000 (00:40 +0000)]
touchups for CVS gtk
svn path=/trunk/; revision=89
Raja R Harinath [Wed, 18 Feb 1998 21:36:45 +0000 (21:36 +0000)]
Replace `strcasecmp' if necessary.
* gnome-support.m4 (GNOME_SUPPORT_CHECKS): Replace `strcasecmp' if
necessary.
- Hari
svn path=/trunk/; revision=88
Raja R Harinath [Wed, 18 Feb 1998 21:36:21 +0000 (21:36 +0000)]
New file, copied from `glibc'. Used to provide replacement `strcasecmp'
* strcasecmp.c: New file, copied from `glibc'. Used to provide
replacement `strcasecmp' file.
- Hari
svn path=/trunk/; revision=87
Elliot Lee [Wed, 18 Feb 1998 19:12:53 +0000 (19:12 +0000)]
removed autogenerated aclocal.m4
svn path=/trunk/; revision=86
Erik Troan [Tue, 17 Feb 1998 16:46:14 +0000 (16:46 +0000)]
1) added autoconf for popt directory to make archive
2) version 2.4.103
svn path=/trunk/; revision=85