Commit Graph

213 Commits

Author SHA1 Message Date
3f79258dc3 Added gnome-xml-check.m4 for libxml detection, Daniel.
svn path=/trunk/; revision=288
1998-07-26 21:55:40 +00:00
c674046f4e No longer requiring `GNOME_LIBGTOP_SYSDEPS'.
1998-07-24  Martin Baulig  <martin@home-of-linux.org>

	* gnome-libgtop-check.m4: No longer requiring
	`GNOME_LIBGTOP_SYSDEPS'.

svn path=/trunk/; revision=287
1998-07-24 14:49:06 +00:00
c2fffade9b Added linger.m4. New file.
Fri Jul 24 00:45:38 1998  Tom Tromey  <tromey@cygnus.com>

	* Makefile.am (MACROS): Added linger.m4.
	* linger.m4: New file.

svn path=/trunk/; revision=286
1998-07-24 06:50:18 +00:00
3c526bc893 Added gnome-undelfs.m4, gnome-vfs.m4. New file. New file.
Thu Jul 23 22:41:23 1998  Tom Tromey  <tromey@cygnus.com>

	* Makefile.am (MACROS): Added gnome-undelfs.m4, gnome-vfs.m4.
	* gnome-undelfs.m4: New file.
	* gnome-vfs.m4: New file.

svn path=/trunk/; revision=284
1998-07-24 06:14:30 +00:00
81d8fde809 Added some reasonable defaults to allow cross compiling; removed
1998-07-22  Martin Baulig  <martin@home-of-linux.org>

	* gnome-fileutils.m4: Added some reasonable defaults to allow
	cross compiling; removed `mountlist.o' and `fsusage.o' from
	LIBOBJS.

svn path=/trunk/; revision=283
1998-07-22 17:19:01 +00:00
8e57014762 If no build-guile, link against readline before termcap.
Tue Jul 21 23:44:53 1998  Tom Tromey  <tromey@cygnus.com>

	* gnome-guile-checks.m4: If no build-guile, link against readline
	before termcap.

svn path=/trunk/; revision=282
1998-07-22 05:52:27 +00:00
0447252840 Add `need-declaration.m4'.
* 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
1998-07-15 23:47:31 +00:00
1f4e3ff9bc Add check for `mkstemp'.
* gnome-support.m4 (AC_REPLACE_FUNCS): Add check for `mkstemp'.

svn path=/trunk/; revision=280
1998-07-13 06:45:08 +00:00
ab2be2f0a8 yet another change to curses.m4 - documentation & formatting, remove unsed vars
svn path=/trunk/; revision=276
1998-07-01 21:56:31 +00:00
3d7cf75da2 Add all the `.m4' files here.
* Makefile.am (MACROS): Add all the `.m4' files here.

svn path=/trunk/; revision=273
1998-06-30 00:13:24 +00:00
44445ca97e curses.m4: Need AC_SUBST(CURSES_INCLUDEDIR) not CURSES_INCLUDES
svn path=/trunk/; revision=272
1998-06-29 18:07:21 +00:00
b3b94ecd85 was leaving conftest.* files lying around after tests.
svn path=/trunk/; revision=271
1998-06-29 17:30:23 +00:00
d10c9d4107 Use egcs if it's available. The gcc that ships with RedHat 5.1 doesn't do
1998-06-27  Christopher Blizzard  <blizzard@foo.appliedtheory.com>

        * gnome-objc-checks.m4: Use egcs if it's available.  The gcc that
        ships with RedHat 5.1 doesn't do objc, egcs does.

svn path=/trunk/; revision=270
1998-06-27 14:36:13 +00:00
43b994914e Autodetect curses for cyahtzee.
svn path=/trunk/; revision=269
1998-06-26 22:28:02 +00:00
618cc5ffe2 New check. (vprintf): New check. (ftruncate.c): Remove check. This needs
* gnome-fileutils.m4 (AM_FUNC_ERROR_AT_LINE): New check.
(vprintf): New check.
(ftruncate.c): Remove check.
This needs to be further cleaned up to only list what is
needed for gdiskfree.
* Makefile.am (MACROS): Add gnome-fileutils.m4.

svn path=/trunk/; revision=268
1998-06-24 18:51:25 +00:00
74afb1d190 *** empty log message ***
svn path=/trunk/; revision=263
1998-06-14 02:20:25 +00:00
82d04fa439 Added check for the table () system call in the linux kernel.
1998-06-13  Martin Baulig  <martin@home-of-linux.org>

	* gnome-libgtop-sysdeps.m4: Added check for the table ()
	system call in the linux kernel.

svn path=/trunk/; revision=261
1998-06-13 21:26:18 +00:00
2ab162417f Use AC_EGREP_CPP rather than AC_CHECK_HEADER. AC_CHECK_HEADER is fooled by
* gnome-x-checks.m4 (USE_DEVGTK): Use AC_EGREP_CPP rather than
AC_CHECK_HEADER.  AC_CHECK_HEADER is fooled by warnings.

svn path=/trunk/; revision=260
1998-06-11 22:06:06 +00:00
a1fe3ac8ff Look for awk. (CROSS_COMPILING): Remove conditional.
* gnome-support.m4 (AC_PROG_AWK): Look for awk.
(CROSS_COMPILING): Remove conditional.

svn path=/trunk/; revision=259
1998-06-11 06:45:59 +00:00
86f73a5014 Gnome libs should compile against gtk 1.0.x and gtk 1.1 with a minimal amount
of fuss. I'm not an auto* guru by any stretch of anyones imagination so I'm
pretty confident that its not idiot proof. This should make the bulk of the
people happy now.

-- Greg

svn path=/trunk/; revision=257
1998-06-10 18:26:05 +00:00
23906b1392 New automake conditional; (need_gnome_support): added
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
1998-06-08 00:13:10 +00:00
a5956a0882 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=252
1998-06-07 22:01:12 +00:00
8ab35d7ba0 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=243
1998-06-03 12:59:23 +00:00
d5658f0803 *** empty log message ***
svn path=/trunk/; revision=232
1998-05-24 16:07:30 +00:00
68f7ac6be8 *** empty log message ***
svn path=/trunk/; revision=230
1998-05-22 17:20:52 +00:00
a9b80f8f1c 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=224
1998-05-22 00:23:48 +00:00
ca7b1dfcc5 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=219
1998-05-20 00:10:46 +00:00
5825f51ae1 Remove simple-minded check for `gtk+'.
* autogen.sh: Remove simple-minded check for `gtk+'.

svn path=/trunk/; revision=211
1998-05-10 00:53:51 +00:00
ce6e9cd00e 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=192
1998-04-24 20:48:37 +00:00
d4f950c3fd 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=166
1998-04-19 13:33:37 +00:00
8e5a66e2c3 Also run AC_HEADER_DIRENT.
* gnome-support.m4: Also run AC_HEADER_DIRENT.

svn path=/trunk/; revision=118
1998-04-09 00:20:07 +00:00
95839b6f9a 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=117
1998-04-08 23:54:06 +00:00
a0487eaeb0 Look for vasprintf.
* gnome-support.m4 (AC_REPLACE_FUNCS): Look for vasprintf.

svn path=/trunk/; revision=82
1998-04-01 03:48:15 +00:00
5eaac21387 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=73
1998-03-20 06:24:33 +00:00
1c388d9817 Weee! gmc uses the gnome.m4 macros now and detects properly gnome installation - mig
svn path=/trunk/; revision=72
1998-03-20 02:54:16 +00:00
8fe52111b6 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=70
1998-03-19 20:23:21 +00:00
dc8628becc 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=69
1998-03-19 07:24:22 +00:00
40c9962c2e Updates to use AM_PATH_GTK. See various ChangeLogs for details.
svn path=/trunk/; revision=68
1998-03-15 20:56:36 +00:00
03b1949546 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=67
1998-03-12 22:52:05 +00:00
616ba82aef 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=63
1998-03-10 02:34:27 +00:00
2aae804727 Add check for `vsnprintf'.
* gnome-support.m4: Add check for `vsnprintf'.

- Hari

svn path=/trunk/; revision=62
1998-03-10 00:13:02 +00:00
287b072ef5 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=60
1998-03-09 01:59:51 +00:00
31f8b8cd00 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=59
1998-03-07 07:07:45 +00:00
d98bf00fbd 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=58
1998-03-04 08:14:23 +00:00
c8ee176b4c 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=57
1998-03-02 22:34:42 +00:00
5dcf515056 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=56
1998-03-02 00:54:14 +00:00
6891ee88bc 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=55
1998-02-27 17:11:38 +00:00
15dc03c04e 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=51
1998-02-26 20:52:33 +00:00
b65cb4ec97 Remove `GNOME_CHECK_GNOME'.
* gnome.m4: Remove `GNOME_CHECK_GNOME'.

- Hari

svn path=/trunk/; revision=44
1998-02-19 06:32:06 +00:00
c9d932d239 Replace `strcasecmp' if necessary.
* gnome-support.m4 (GNOME_SUPPORT_CHECKS): Replace `strcasecmp' if
necessary.

- Hari

svn path=/trunk/; revision=39
1998-02-18 21:36:45 +00:00