| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
svn path=/trunk/; revision=15919
|
|
|
|
|
|
| |
These macros aren't needed in gnome2
svn path=/trunk/; revision=15918
|
|
|
|
| |
svn path=/trunk/; revision=14875
|
|
|
|
| |
svn path=/trunk/; revision=14868
|
|
|
|
|
|
| |
versions)
svn path=/trunk/; revision=14858
|
|
|
|
| |
svn path=/trunk/; revision=14857
|
|
|
|
| |
svn path=/trunk/; revision=4480
|
|
|
|
| |
svn path=/trunk/; revision=4478
|
|
|
|
| |
svn path=/trunk/; revision=1747
|
|
|
|
| |
svn path=/trunk/; revision=1746
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
| |
svn path=/trunk/; revision=579
|
|
|
|
|
|
|
| |
* 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.
Miguel.
svn path=/trunk/; revision=533
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
| |
* gnome-support.m4: Fix stupid type (sterror_r -> strerror_r).
svn path=/trunk/; revision=463
|
|
|
|
|
|
|
| |
* gnome-support.m4 (need_gnome_support): Set this unconditionally
to `yes'. We'll soon be losing this variable.
svn path=/trunk/; revision=462
|
|
|
|
|
|
| |
* gnome-support.m4: Remove commented out code.
svn path=/trunk/; revision=383
|
|
|
|
|
|
| |
* gnome-support.m4: Remove check for `canonicalize_file_name'.
svn path=/trunk/; revision=359
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
* gnome-support.m4: Check for functions that `error.c' looks for.
svn path=/trunk/; revision=291
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
| |
* gnome-support.m4 (AC_REPLACE_FUNCS): Add check for `mkstemp'.
svn path=/trunk/; revision=280
|
|
|
|
|
|
|
| |
* gnome-support.m4 (AC_PROG_AWK): Look for awk.
(CROSS_COMPILING): Remove conditional.
svn path=/trunk/; revision=259
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=220
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
| |
* gnome-support.m4: Also run AC_HEADER_DIRENT.
svn path=/trunk/; revision=118
|
|
|
|
|
|
|
| |
* autogen.sh: Update to list newer versions of packages.
* gnome-support.m4 (AC_REPLACE_FUNCS): Add `scandir'.
svn path=/trunk/; revision=117
|
|
|
|
|
|
| |
* gnome-support.m4 (AC_REPLACE_FUNCS): Look for vasprintf.
svn path=/trunk/; revision=82
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
* gnome-support.m4: Add a check for <linewrap.h> -- this enables
some optimizations when compiling `argp'.
- Hari
svn path=/trunk/; revision=67
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
* gnome-support.m4: Add check for `vsnprintf'.
- Hari
svn path=/trunk/; revision=62
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
* gnome-support.m4 (GNOME_SUPPORT_CHECKS): Replace `strcasecmp' if
necessary.
- Hari
svn path=/trunk/; revision=39
|
|
* gnome-support.m4: New file. Defines GNOME_SUPPORT_CHECKS for
libsupport.a support.
svn path=/trunk/; revision=19
|