summaryrefslogtreecommitdiff
path: root/macros/gnome-support.m4
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'Release0104'.Release0104nobody2000-12-011-68/+0
| | | | svn path=/tags/Release0104/; revision=1497
* Fix "cvs rm -rf" lossage.Dan Winship2000-08-021-0/+68
| | | | svn path=/trunk/; revision=1348
* removed last files from GNOME CVSscottf2000-08-021-68/+0
| | | | svn path=/trunk/; revision=1347
* I am sure that kabalak didn't mean to remove gnome-common/macros :)James Henstridge2000-02-131-0/+68
| | | | svn path=/trunk/; revision=1096
* removed gtranslator for re-checkinFatih Demir2000-02-131-68/+0
| | | | svn path=/trunk/; revision=1095
* Include dirent.h before checking whether `scandir' needs to be declared.Raja R Harinath1999-01-061-1/+6
| | | | | | | | * gnome-support.m4: Include dirent.h before checking whether `scandir' needs to be declared. * need-declaration.m4: Revert unlogged change. svn path=/trunk/; revision=562
* Fix the scandir detectionArturo Espinosa1999-01-061-1/+1
| | | | svn path=/trunk/; revision=561
* Applied patch for DG/UX from Marc J. Fraioli:Martin Baulig1999-01-051-1/+1
| | | | | | | * macros/gnome-support.m4: Check whether we need to declare scandir (). * support/gnomesupport.awk: Declare scandir () if necessary. svn path=/trunk/; revision=558
* Merge the changes from GNOME_STABLE into HEAD.Arturo Espinosa1998-12-171-23/+0
| | | | | | | | Merge the changes from GNOME_STABLE into HEAD. Miguel. svn path=/trunk/; revision=535
* Remove easy-vsnprintf hack -- it doesn't work for Solaris 2.5 binariesRaja R Harinath1998-11-121-6/+1
| | | | | | | | * gnome-support.m4 (vsnprintf): Remove easy-vsnprintf hack -- it doesn't work for Solaris 2.5 binaries running on Solaris 2.6. From Frederic Devernay <devernay@istar.fr>. svn path=/trunk/; revision=469
* Fix stupid type (sterror_r -> strerror_r).Raja R Harinath1998-11-061-1/+1
| | | | | | * gnome-support.m4: Fix stupid type (sterror_r -> strerror_r). svn path=/trunk/; revision=465
* Set this unconditionally to `yes'. We'll soon be losing this variable.Raja R Harinath1998-11-041-10/+7
| | | | | | | * gnome-support.m4 (need_gnome_support): Set this unconditionally to `yes'. We'll soon be losing this variable. svn path=/trunk/; revision=463
* Remove commented out code.Raja R Harinath1998-09-191-16/+0
| | | | | | * gnome-support.m4: Remove commented out code. svn path=/trunk/; revision=392
* Remove check for `canonicalize_file_name'.Raja R Harinath1998-09-021-1/+1
| | | | | | * gnome-support.m4: Remove check for `canonicalize_file_name'. svn path=/trunk/; revision=375
* Check for canonicalize_file_name () and realpath () and addMartin Baulig1998-09-021-0/+3
| | | | | | | | | 1998-09-02 Martin Baulig <martin@home-of-linux.org> * gnome-support.m4: Check for canonicalize_file_name () and realpath () and add `canonicalize.o' to LIBOBJS if required. svn path=/trunk/; revision=374
* Added `setreuid', `setregid' and `getpagesize'. (AC_TYPE_UID_T): NewMartin Baulig1998-08-241-1/+4
| | | | | | | | | | 1998-08-24 Martin Baulig <martin@home-of-linux.org> * gnome-support.m4 (GCC_NEED_DECLARATIONS): Added `setreuid', `setregid' and `getpagesize'. (AC_TYPE_UID_T): New check. svn path=/trunk/; revision=348
* Check for functions that `error.c' looks for.Raja R Harinath1998-07-291-0/+2
| | | | | | * gnome-support.m4: Check for functions that `error.c' looks for. svn path=/trunk/; revision=306
* Removed.Martin Baulig1998-07-291-0/+2
| | | | | | | | | | 1998-07-29 Martin Baulig <martin@home-of-linux.org> * gnome-fileutils.m4 (AM_FUNC_ERROR_AT_LINE): Removed. * gnome-support.m4 (AM_FUNC_ERROR_AT_LINE): New check. svn path=/trunk/; revision=302
* Add `need-declaration.m4'.Raja R Harinath1998-07-151-3/+8
| | | | | | | | | | | | | * Makefile.am (MACROS): Add `need-declaration.m4'. * gnome-support.m4 (AC_REPLACE_FUNCS): Add memmove, strtod, strtol, strtoul. (GCC_NEED_DECLARATIONS): New check. Check whether `gethostname' needs to be declared. * need-declaration.m4: New file. Stolen from EGCS. svn path=/trunk/; revision=281
* Add check for `mkstemp'.Raja R Harinath1998-07-131-1/+1
| | | | | | * gnome-support.m4 (AC_REPLACE_FUNCS): Add check for `mkstemp'. svn path=/trunk/; revision=272
* Look for awk. (CROSS_COMPILING): Remove conditional.Raja R Harinath1998-06-111-1/+2
| | | | | | | * gnome-support.m4 (AC_PROG_AWK): Look for awk. (CROSS_COMPILING): Remove conditional. svn path=/trunk/; revision=248
* New automake conditional; (need_gnome_support): addedMartin Baulig1998-06-081-0/+2
| | | | | | | | | 1998-06-08 Martin Baulig <martin@home-of-linux.org> * gnome-support.m4 (CROSS_COMPILING): New automake conditional; (need_gnome_support): added `AC_SUBST(need_gnome_support)'. svn path=/trunk/; revision=243
* Fix typo.Raja R Harinath1998-05-201-1/+1
| | | | svn path=/trunk/; revision=213
* New check. (sys_errlist): Check for this variable, needed for `strerror'.Raja R Harinath1998-05-201-15/+33
| | | | | | | | | * 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
* Also run AC_HEADER_DIRENT.Raja R Harinath1998-04-091-0/+2
| | | | | | * gnome-support.m4: Also run AC_HEADER_DIRENT. svn path=/trunk/; revision=188
* Update to list newer versions of packages. Add `scandir'.Raja R Harinath1998-04-081-1/+1
| | | | | | | * autogen.sh: Update to list newer versions of packages. * gnome-support.m4 (AC_REPLACE_FUNCS): Add `scandir'. svn path=/trunk/; revision=187
* Look for vasprintf.Raja R Harinath1998-04-011-1/+1
| | | | | | * gnome-support.m4 (AC_REPLACE_FUNCS): Look for vasprintf. svn path=/trunk/; revision=181
* Cache results of check for program_invocation_short_name,Tom Tromey1998-03-191-7/+23
| | | | | | | | | | 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
* Cache results of argp check.Tom Tromey1998-03-191-4/+12
| | | | | | | | 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
* Add a check for <linewrap.h> -- this enables some optimizations whenRaja R Harinath1998-03-121-0/+2
| | | | | | | | | * gnome-support.m4: Add a check for <linewrap.h> -- this enables some optimizations when compiling `argp'. - Hari svn path=/trunk/; revision=143
* Build vsnprintf.o, not vsnprint.o.Tom Tromey1998-03-101-1/+2
| | | | | | | | 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
* Add check for `vsnprintf'.Raja R Harinath1998-03-101-0/+5
| | | | | | | | * gnome-support.m4: Add check for `vsnprintf'. - Hari svn path=/trunk/; revision=126
* Set need_gnome_support shell variable. Define BUILD_GNOME_SUPPORT automakeTom Tromey1998-03-091-3/+29
| | | | | | | | | | 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
* Check for strnlen().Tom Tromey1998-03-071-1/+1
| | | | | | | | 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
* Check for argp code, strndup, program_invocation_name,Tom Tromey1998-03-041-1/+8
| | | | | | | | | 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
* Replace `strcasecmp' if necessary.Raja R Harinath1998-02-181-1/+1
| | | | | | | | | * gnome-support.m4 (GNOME_SUPPORT_CHECKS): Replace `strcasecmp' if necessary. - Hari svn path=/trunk/; revision=88
* New file. Defines GNOME_SUPPORT_CHECKS for libsupport.a support.Raja R Harinath1998-02-121-0/+7
* gnome-support.m4: New file. Defines GNOME_SUPPORT_CHECKS for libsupport.a support. svn path=/trunk/; revision=67