summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Importing <URL:http://theos.com/~deraadt/snprintf.c> as vsnprintf.c.snprintf-rev12SNPRINTF_de_RaadtRaja R Harinath1998-03-111-1/+150
| | | | svn path=/branches/SNPRINTF_de_Raadt/; revision=133
* This commit was manufactured by cvs2svn to create branchnobody1998-03-1078-12369/+0
| | | | | | 'SNPRINTF_de_Raadt'. svn path=/branches/SNPRINTF_de_Raadt/; revision=125
* New file. Provides (v)snprintf as simple wrappers to `__vsnprintf'. NewRaja R Harinath1998-03-103-0/+37
| | | | | | | | | | * 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
* Set need_gnome_support shell variable. Define BUILD_GNOME_SUPPORT automakeTom Tromey1998-03-092-3/+38
| | | | | | | | | | 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
* updated .cvsignoreTom Tromey1998-03-091-0/+3
| | | | svn path=/trunk/; revision=122
* Rewrote. Library now named libgnomesupport, now installed if Gnome supportTom Tromey1998-03-092-6/+18
| | | | | | | | | 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
* New define.Tom Tromey1998-03-072-0/+4
| | | | | | | | Sat Mar 7 00:03:26 1998 Tom Tromey <tromey@cygnus.com> * gnome-argp.h (__mempcpy): New define. svn path=/trunk/; revision=120
* Check for strnlen().Tom Tromey1998-03-072-1/+5
| | | | | | | | 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
* New file from glibc; needed by strndup.c.Tom Tromey1998-03-071-0/+4
| | | | | | | | 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
* Initial revisionTom Tromey1998-03-071-0/+30
| | | | svn path=/trunk/; revision=114
* Define unless using gcc. Define unless using gcc.Tom Tromey1998-03-073-0/+13
| | | | | | | | | 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
* Imported new versions from glibc, while preserving local changes.Tom Tromey1998-03-073-49/+74
| | | | | | | | | 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
* This commit was generated by cvs2svn to compensate for changes in r110,Tom Tromey1998-03-071-1/+6
| | | | | | which included commits to RCS files with non-trunk default branches. svn path=/trunk/; revision=111
* include alloca.h if presentErik Troan1998-03-041-1/+6
| | | | svn path=/trunk/; revision=108
* Forgot to cvs add this file. - tromey@cygnus.comTom Tromey1998-03-041-0/+12
| | | | svn path=/trunk/; revision=107
* Added gnome-argp.c. New file.Tom Tromey1998-03-042-1/+4
| | | | | | | | | 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
* Check for argp code, strndup, program_invocation_name,Tom Tromey1998-03-042-1/+13
| | | | | | | | | 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
* Include gnome-argp.h. Include gnome-argp.h.Tom Tromey1998-03-046-3/+67
| | | | | | | | | | | | | | | | | | | | | 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
* This commit was generated by cvs2svn to compensate for changes in r101,Tom Tromey1998-03-045-101/+181
| | | | | | which included commits to RCS files with non-trunk default branches. svn path=/trunk/; revision=102
* Initial revisionTom Tromey1998-03-0414-0/+4358
| | | | svn path=/trunk/; revision=97
* Also check for SMlib.h; some Solaris systems have -lSM but not SMlib.h.Tom Tromey1998-03-022-4/+18
| | | | | | | | | 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
* Changed spacing so --help output looks right.Tom Tromey1998-03-022-3/+8
| | | | | | | | | 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
* Set OBJECTIVE_C shell variable.Tom Tromey1998-02-272-0/+7
| | | | | | | | | 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
* Stupid mistake... Forgot a `,'Raja R Harinath1998-02-261-1/+1
| | | | | | - Hari svn path=/trunk/; revision=93
* Put $X_CFLAGS here, not in $CFLAGS. (GNOME_HAVE_SM): New var. `true' if weRaja R Harinath1998-02-262-12/+36
| | | | | | | | | | | * 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
* New sample file. Likewise. Likewise. Likewise.Raja R Harinath1998-02-1911-0/+86
| | | | | | | | | * autogen.sh: New sample file. * configure.in: Likewise. * Makefile.am: Likewise. * README: Likewise. svn path=/trunk/; revision=91
* Remove `GNOME_CHECK_GNOME'.Raja R Harinath1998-02-192-8/+4
| | | | | | | | * gnome.m4: Remove `GNOME_CHECK_GNOME'. - Hari svn path=/trunk/; revision=90
* touchups for CVS gtkElliot Lee1998-02-191-1/+1
| | | | svn path=/trunk/; revision=89
* Replace `strcasecmp' if necessary.Raja R Harinath1998-02-182-1/+6
| | | | | | | | | * gnome-support.m4 (GNOME_SUPPORT_CHECKS): Replace `strcasecmp' if necessary. - Hari svn path=/trunk/; revision=88
* New file, copied from `glibc'. Used to provide replacement `strcasecmp'Raja R Harinath1998-02-182-0/+81
| | | | | | | | | * strcasecmp.c: New file, copied from `glibc'. Used to provide replacement `strcasecmp' file. - Hari svn path=/trunk/; revision=87
* removed autogenerated aclocal.m4Elliot Lee1998-02-181-5/+5
| | | | svn path=/trunk/; revision=86
* 1) added autoconf for popt directory to make archiveErik Troan1998-02-173-5/+17
| | | | | | 2) version 2.4.103 svn path=/trunk/; revision=85
* Added missing separator, from Ching HuiArturo Espinosa1998-02-161-1/+1
| | | | svn path=/trunk/; revision=84
* Add `gnome-pthread-check.m4'. New file. Moved pthread check fromRaja R Harinath1998-02-155-11/+28
| | | | | | | | | | | | | | | * 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=83
* check for shared gtk+ libraries also.Tim Janik1998-02-151-0/+4
| | | | | | -timj svn path=/trunk/; revision=82
* Use single quotes, not double quotes. Otherwise bash will interpretTom Tromey1998-02-142-2/+8
| | | | | | | | | | 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=81
* Put back doubled `$'. We want the expansion to occur in the includingRaja R Harinath1998-02-142-1/+7
| | | | | | | | | | * 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=80
* Remove debugging message, "hahaha $macrodirs". :)Changwoo Ryu1998-02-141-1/+0
| | | | svn path=/trunk/; revision=79
* multilple aclocal -I directories.KST 1998 Changwoo Ryu1998-02-142-3/+13
| | | | | | | | 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=78
* Removed extra `$' from rule.Tom Tromey1998-02-142-1/+3
| | | | | | | | Sat Feb 14 01:09:37 1998 Tom Tromey <tromey@cygnus.com> * Makefile.am (macros.dep): Removed extra `$' from rule. svn path=/trunk/; revision=77
* Only check for -lSM if not already in x_libs.Tom Tromey1998-02-142-1/+13
| | | | | | | | | 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=76
* Add `autogen.sh'.Raja R Harinath1998-02-142-1/+3
| | | | | | * Makefile.am (EXTRA_DIST): Add `autogen.sh'. svn path=/trunk/; revision=75
* Solaris /bin/sh doesn't understand `test -e'.Raja R Harinath1998-02-142-25/+28
| | | | | | | | | * gnome-objc-checks.m4 (GNOME_INIT_OBJC): Solaris /bin/sh doesn't understand `test -e'. - Hari svn path=/trunk/; revision=74
* Checkin ChangeLogRaja R Harinath1998-02-141-0/+2
| | | | svn path=/trunk/; revision=73
* New `autogen.sh' that has most of the guts of $topdir/autogen.sh.Raja R Harinath1998-02-141-0/+80
| | | | svn path=/trunk/; revision=72
* Look for gnomeConf.sh in $libdir, where the installation actually installsRaja R Harinath1998-02-132-7/+15
| | | | | | | | | * gnome.m4 (GNOME_INIT): Look for gnomeConf.sh in $libdir, where the installation actually installs it. - Hari svn path=/trunk/; revision=71
* Gary Vaughan's fixes to gnome.m4Arturo Espinosa1998-02-131-4/+10
| | | | svn path=/trunk/; revision=70
* Add `gnome-support.m4' to MACROSRaja R Harinath1998-02-131-1/+2
| | | | svn path=/trunk/; revision=69
* New maintainer rule for handling automatic rebuilding of aclocal.m4 if anyRaja R Harinath1998-02-133-2/+20
| | | | | | | | | | | * 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=68
* New file. Defines GNOME_SUPPORT_CHECKS for libsupport.a support.Raja R Harinath1998-02-122-0/+12
| | | | | | | * gnome-support.m4: New file. Defines GNOME_SUPPORT_CHECKS for libsupport.a support. svn path=/trunk/; revision=67