aboutsummaryrefslogtreecommitdiffstats
path: root/macros/gnome-support.m4
Commit message (Collapse)AuthorAgeFilesLines
* I'm not dead yet!Dan Winship2002-03-061-0/+68
| | | | svn path=/trunk/; revision=15919
* These macros aren't needed in gnome2Tov Are Jacobsen2002-03-061-68/+0
| | | | | | These macros aren't needed in gnome2 svn path=/trunk/; revision=15918
* back again !!!James Henstridge2001-12-051-0/+68
| | | | svn path=/trunk/; revision=14875
* *** empty log message ***gfarris2001-12-051-68/+0
| | | | svn path=/trunk/; revision=14868
* fix up gfarris's mistaken commit to gnome-common (revert to yesterday's ↵James Henstridge2001-12-041-0/+68
| | | | | | versions) svn path=/trunk/; revision=14858
* *** empty log message ***gfarris2001-12-041-68/+0
| | | | svn path=/trunk/; revision=14857
* Fix "cvs rm -rf" lossage.Dan Winship2000-08-031-0/+68
| | | | svn path=/trunk/; revision=4480
* removed last files from GNOME CVSscottf2000-08-031-68/+0
| | | | svn path=/trunk/; revision=4478
* I am sure that kabalak didn't mean to remove gnome-common/macros :)James Henstridge2000-02-131-0/+68
| | | | svn path=/trunk/; revision=1747
* removed gtranslator for re-checkinFatih Demir2000-02-131-68/+0
| | | | svn path=/trunk/; revision=1746
* 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=580
* Fix the scandir detectionArturo Espinosa1999-01-061-1/+1
| | | | svn path=/trunk/; revision=579
* Applied patch for DG/UX from Marc J. Fraioli:Martin Baulig1999-01-061-1/+1
| | | | | | | * macros/gnome-support.m4: Check whether we need to declare scandir (). * support/gnomesupport.awk: Declare scandir () if necessary. svn path=/trunk/; revision=576
* 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=533
* Remove easy-vsnprintf hack -- it doesn't work for Solaris 2.5 binariesRaja R Harinath1998-11-131-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=468
* Fix stupid type (sterror_r -> strerror_r).Raja R Harinath1998-11-071-1/+1
| | | | | | * gnome-support.m4: Fix stupid type (sterror_r -> strerror_r). svn path=/trunk/; revision=463
* Set this unconditionally to `yes'. We'll soon be losing this variable.Raja R Harinath1998-11-051-10/+7
| | | | | | | * gnome-support.m4 (need_gnome_support): Set this unconditionally to `yes'. We'll soon be losing this variable. svn path=/trunk/; revision=462
* Remove commented out code.Raja R Harinath1998-09-191-16/+0
| | | | | | * gnome-support.m4: Remove commented out code. svn path=/trunk/; revision=383
* Remove check for `canonicalize_file_name'.Raja R Harinath1998-09-031-1/+1
| | | | | | * gnome-support.m4: Remove check for `canonicalize_file_name'. svn path=/trunk/; revision=359
* 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=358
* Added `setreuid', `setregid' and `getpagesize'. (AC_TYPE_UID_T): NewMartin Baulig1998-08-251-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=334
* Check for functions that `error.c' looks for.Raja R Harinath1998-07-301-0/+2
| | | | | | * gnome-support.m4: Check for functions that `error.c' looks for. svn path=/trunk/; revision=291
* 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=290
* Add `need-declaration.m4'.Raja R Harinath1998-07-161-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=280
* 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=259
* 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=253
* Fix typo.Raja R Harinath1998-05-201-1/+1
| | | | svn path=/trunk/; revision=220
* 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=219
* Also run AC_HEADER_DIRENT.Raja R Harinath1998-04-091-0/+2
| | | | | | * gnome-support.m4: Also run AC_HEADER_DIRENT. svn path=/trunk/; revision=118
* Update to list newer versions of packages. Add `scandir'.Raja R Harinath1998-04-091-1/+1
| | | | | | | * autogen.sh: Update to list newer versions of packages. * gnome-support.m4 (AC_REPLACE_FUNCS): Add `scandir'. svn path=/trunk/; revision=117
* Look for vasprintf.Raja R Harinath1998-04-011-1/+1
| | | | | | * gnome-support.m4 (AC_REPLACE_FUNCS): Look for vasprintf. svn path=/trunk/; revision=82
* Cache results of check for program_invocation_short_name,Tom Tromey1998-03-201-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=70
* 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=69
* Add a check for <linewrap.h> -- this enables some optimizations whenRaja R Harinath1998-03-131-0/+2
| | | | | | | | | * gnome-support.m4: Add a check for <linewrap.h> -- this enables some optimizations when compiling `argp'. - Hari svn path=/trunk/; revision=67
* 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=63
* Add check for `vsnprintf'.Raja R Harinath1998-03-101-0/+5
| | | | | | | | * gnome-support.m4: Add check for `vsnprintf'. - Hari svn path=/trunk/; revision=62
* 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=60
* 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=59
* 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=58
* Replace `strcasecmp' if necessary.Raja R Harinath1998-02-191-1/+1
| | | | | | | | | * gnome-support.m4 (GNOME_SUPPORT_CHECKS): Replace `strcasecmp' if necessary. - Hari svn path=/trunk/; revision=39
* New file. Defines GNOME_SUPPORT_CHECKS for libsupport.a support.Raja R Harinath1998-02-131-0/+7
* gnome-support.m4: New file. Defines GNOME_SUPPORT_CHECKS for libsupport.a support. svn path=/trunk/; revision=19