aboutsummaryrefslogtreecommitdiffstats
path: root/macros
Commit message (Collapse)AuthorAgeFilesLines
...
* New check. (vprintf): New check. (ftruncate.c): Remove check. This needsRaja R Harinath1998-06-253-28/+13
| | | | | | | | | | | * 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
* *** empty log message ***Martin Baulig1998-06-141-0/+5
| | | | svn path=/trunk/; revision=263
* New automake conditional; also defines HAVE_LINUX_TABLE.Martin Baulig1998-06-141-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1998-06-14 Martin Baulig <martin@home-of-linux.org> * gnome-libgtop-sysdeps.m4 (LINUX_TABLE): New automake conditional; also defines HAVE_LINUX_TABLE. 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. 1998-06-11 Raja R Harinath <harinath@cs.umn.edu> * gnome-x-checks.m4 (USE_DEVGTK): Use AC_EGREP_CPP rather than AC_CHECK_HEADER. AC_CHECK_HEADER is fooled by warnings. * gnome-support.m4 (AC_PROG_AWK): Look for awk. (CROSS_COMPILING): Remove conditional. Wed Jun 10 14:19:39 EDT 1998 Gregory McLean <gregm@comstar.net> * gnome-x-checks.m4: More tweeks to make building against gtk 1.0 and gtk1.1 less painful. 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)'. 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'. 1998-06-03 Martin Baulig <martin@home-of-linux.org> * 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. 1998-05-23 Martin Baulig <martin@home-of-linux.org> * gnome-libgtop-sysdeps.m4 (GNOME_LIBGTOP_HOOK): (libgtop_use_machine_h): Set this to true on SunOS. 1998-05-22 Martin Baulig <baulig@merkur.uni-trier.de> * gnome-fileutils.m4 (GNOME_FILEUTILS_CHECKS): New file. Imported from `configure.in' in GNU fileutils 3.16. It does all the checks that are needed for the diskusage applet. 1998-05-22 Martin Baulig <martin@home-of-linux.org> * 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. 1998-05-21 Martin Baulig <martin@home-of-linux.org> * gnome-libgtop-sysdeps.m4 (GNOME_LIBGTOP_SYSDEPS): New file. (libgtop_sysdeps_dir): sysdeps directory libgtop uses. (libgtop_use_machine_h): define HAVE_GLIBTOP_MACHINE_H if this is `yes'. (libgtop_need_server): we only need the libgtop server, when this has a value of `yes'. Defines NEED_LIBGTOP and NEED_LIBGTOP automake conditional. 1998-05-19 Raja R Harinath <harinath@cs.umn.edu> * 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. 1998-05-09 Raja R Harinath <harinath@cs.umn.edu> * autogen.sh: Remove simple-minded check for `gtk+'. 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 Sun Apr 19 01:35:53 EDT 1998 Gregory McLean <gregm@comstar.net> * gnome-x-checks.m4: Updated the gtk check to check for 1.0.0. 1998-04-08 Raja R Harinath <harinath@cs.umn.edu> * autogen.sh: Update to list newer versions of packages. * gnome-support.m4: Add `scandir' to AC_REPLACE_FUNCS. Also run AC_HEADER_DIRENT. 1998-03-31 Raja R Harinath <harinath@cs.umn.edu> * gnome-support.m4 (AC_REPLACE_FUNCS): Look for vasprintf. 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. 1998-03-19 Miguel de Icaza <miguel@nuclecu.unam.mx> * gnome.m4 (GNOME_INIT_HOOK): Provide a way to hook some code to execute; Accept a probe mode. (GNOME_INIT): Define in terms of GNOME_INIT_HOOK. 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. * gnome-support.m4: Cache results of argp check. Sun Mar 15 15:54:43 1998 Owen Taylor <owt1@cornell.edu> * gnome-x-checks.m4: Replaced checks for X and GTK with AM_PATH_GTK. x_include, X_LIBS, etc, variables no longer defined. 1998-03-12 Raja R Harinath <harinath@cs.umn.edu> * gnome-support.m4: Add a check for <linewrap.h> -- this enables some optimizations when compiling `argp'. Mon Mar 9 19:32:42 1998 Tom Tromey <tromey@cygnus.com> * gnome-support.m4: Build vsnprintf.o, not vsnprint.o. 1998-03-09 Raja R Harinath <harinath@cs.umn.edu> * gnome-support.m4: Add check for `vsnprintf'. 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. Sat Mar 7 00:04:22 1998 Tom Tromey <tromey@cygnus.com> * gnome-support.m4 (GNOME_SUPPORT_CHECKS): Add argp-pvh.o to LIBOBJS. * gnome-support.m4 (GNOME_SUPPORT_CHECKS): Check for strnlen(). 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. 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. Sun Mar 1 17:49:42 1998 Tom Tromey <tromey@cygnus.com> * gnome.m4 (GNOME_INIT): Changed spacing so --help output looks right. Fri Feb 27 10:05:34 1998 Tom Tromey <tromey@cygnus.com> * gnome-objc-checks.m4 (GNOME_CHECK_OBJC): Set OBJECTIVE_C shell variable. 1998-02-26 Raja R Harinath <harinath@cs.umn.edu> * gnome-x-checks.m4 (CPPFLAGS): Put $X_CFLAGS here, not in $CFLAGS. (GNOME_HAVE_SM): New var. `true' if we have libSM, `false' otherwise. 1998-02-19 Raja R Harinath <harinath@cs.umn.edu> * gnome.m4: Remove `GNOME_CHECK_GNOME'. 1998-02-18 Raja R Harinath <harinath@cs.umn.edu> * gnome-support.m4 (GNOME_SUPPORT_CHECKS): Replace `strcasecmp' if necessary. 1998-02-15 Raja R Harinath <harinath@cs.umn.edu> * 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. 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. 1998-02-14 Raja R Harinath <harinath@cs.umn.edu> * 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. Sat Feb 14 17:41:28 KST 1998 Changwoo Ryu <cwryu@adam.kaist.ac.kr> * autogen.sh: multilple aclocal -I directories. Sat Feb 14 01:09:37 1998 Tom Tromey <tromey@cygnus.com> * Makefile.am (macros.dep): Removed extra `$' from rule. * gnome-x-checks.m4: Only check for -lSM if not already in x_libs. 1998-02-13 Raja R Harinath <harinath@cs.umn.edu> * Makefile.am (EXTRA_DIST): Add `autogen.sh'. * gnome-objc-checks.m4 (GNOME_INIT_OBJC): Solaris /bin/sh doesn't understand `test -e'. * autogen.sh: New file. * gnome.m4 (GNOME_INIT): Look for gnomeConf.sh in $libdir, where the installation actually installs it. * 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. 1998-02-12 Raja R Harinath <harinath@cs.umn.edu> * gnome-support.m4: New file. Defines GNOME_SUPPORT_CHECKS for libsupport.a support. 1998-02-10 Raja R Harinath <harinath@cs.umn.edu> * gnome.m4: New file. Moved AC_CHECK_GNOME from `configure.in' to here, and renamed macro to GNOME_CHECK_GNOME. * gnome-x-checks.m4: Likewise, move and renaming AC_GNOME_X_CHECKS to GNOME_X_CHECKS. * aclocal-include.m4: New file. Defines AM_ACLOCAL_INCLUDE macro to provide extra search directories to `aclocal'. svn path=/trunk/; revision=262
* Added check for the table () system call in the linux kernel.Martin Baulig1998-06-142-2/+51
| | | | | | | | | 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
* Use AC_EGREP_CPP rather than AC_CHECK_HEADER. AC_CHECK_HEADER is fooled byRaja R Harinath1998-06-122-4/+17
| | | | | | | * 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
* Look for awk. (CROSS_COMPILING): Remove conditional.Raja R Harinath1998-06-112-1/+7
| | | | | | | * gnome-support.m4 (AC_PROG_AWK): Look for awk. (CROSS_COMPILING): Remove conditional. svn path=/trunk/; revision=259
* changed things to use GTK_HAVE_ACCEL_GROUP instead of HAVE_DEVGTK...Manish Singh1998-06-111-2/+2
| | | | | | | | installed headers depending on config.h stuff is bad. -Yosh svn path=/trunk/; revision=258
* Gnome libs should compile against gtk 1.0.x and gtk 1.1 with a minimal amountGregory McLean1998-06-112-1/+6
| | | | | | | | | | 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
* quick and dirty check for devel gtk and define HAVE_DEVGTK if its found.EDT 1998 Gregory McLean1998-06-101-1/+2
| | | | | | | | | | | | | | | Tue Jun 9 22:55:20 EDT 1998 Gregory McLean <gregm@comstar.net> * macros/gnome-x-checks.m4: quick and dirty check for devel gtk and define HAVE_DEVGTK if its found. This should save us a bunch of work next time we go to do a release we won't have to chase around code that only works on the devel version of gtk. * libgnomeui/* bracketed all code that requires the devel branch of gtk.. I think I got it all. * acconfig.h : new tag HAVE_DEVGTK, use this to mark your changes that require the dev branch of gtk. svn path=/trunk/; revision=256
* Fixed typo.Martin Baulig1998-06-081-1/+1
| | | | svn path=/trunk/; revision=254
* New automake conditional; (need_gnome_support): addedMartin Baulig1998-06-082-2/+9
| | | | | | | | | 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
* When cross-compiling, we now check for `$host_alias-buile-guile'.Martin Baulig1998-06-082-3/+15
| | | | | | | | | 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
* Include `glibtop_machine.h' for Linux.Martin Baulig1998-06-081-1/+1
| | | | | | | | | 1998-06-07 Martin Baulig <martin@home-of-linux.org> * macros/gnome-libgtop-sysdeps.m4: Include `glibtop_machine.h' for Linux. svn path=/trunk/; revision=251
* Looks also in $GNOME_LIBDIR; added failflag: GNOME_CHECK_GUILE(fail) willMartin Baulig1998-06-032-11/+83
| | | | | | | * 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
* *** empty log message ***Martin Baulig1998-05-251-0/+5
| | | | svn path=/trunk/; revision=232
* Set this to true on SunOS.Martin Baulig1998-05-241-1/+1
| | | | | | | * gnome-libgtop-sysdeps.m4 (GNOME_LIBGTOP_HOOK): (libgtop_use_machine_h): Set this to true on SunOS. svn path=/trunk/; revision=231
* *** empty log message ***Martin Baulig1998-05-231-0/+6
| | | | svn path=/trunk/; revision=230
* New file. Imported from `configure.in' in GNU fileutils 3.16. It does allMartin Baulig1998-05-231-409/+255
| | | | | | | | * gnome-fileutils.m4 (GNOME_FILEUTILS_CHECKS): New file. Imported from `configure.in' in GNU fileutils 3.16. It does all the checks that are needed for the diskusage applet. svn path=/trunk/; revision=229
* Initial revisionMartin Baulig1998-05-221-0/+574
| | | | svn path=/trunk/; revision=225
* New file. Checks whether libgtop is installed and reads itsMartin Baulig1998-05-222-0/+90
| | | | | | | | | * 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
* Removed unwanted AC_WITH(sysdeps).Martin Baulig1998-05-221-35/+19
| | | | svn path=/trunk/; revision=223
* Fixed typo.Martin Baulig1998-05-221-1/+1
| | | | svn path=/trunk/; revision=222
* New file. (libgtop_sysdeps_dir): sysdeps directory libgtop uses.Martin Baulig1998-05-221-0/+79
| | | | | | | | | | | | * gnome-libgtop-sysdeps.m4 (GNOME_LIBGTOP_SYSDEPS): New file. (libgtop_sysdeps_dir): sysdeps directory libgtop uses. (libgtop_use_machine_h): define HAVE_GLIBTOP_MACHINE_H if this is `yes'. (libgtop_need_server): we only need the libgtop server, when this has a value of `yes'. Defines NEED_LIBGTOP and NEED_LIBGTOP automake conditional. svn path=/trunk/; revision=221
* 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-202-15/+40
| | | | | | | | | * 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
* Support for NOCONFIGURE env variable -migArturo Espinosa1998-05-141-0/+4
| | | | svn path=/trunk/; revision=212
* Remove simple-minded check for `gtk+'.Raja R Harinath1998-05-102-18/+5
| | | | | | * autogen.sh: Remove simple-minded check for `gtk+'. svn path=/trunk/; revision=211
* Pass the results of the environment variable ACLOCAL_FLAGS to aclocal.Owen Taylor1998-04-252-1/+8
| | | | | | | | | | | 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
* Use test -f instead of test -e; As suggested by Sebastian Wilhelmi 0-migArturo Espinosa1998-04-231-1/+1
| | | | svn path=/trunk/; revision=186
* Fix for gedit compilation -migArturo Espinosa1998-04-221-13/+17
| | | | svn path=/trunk/; revision=181
* added to ignore generated files.EDT 1998 Gregory McLean1998-04-191-0/+5
| | | | | | | | 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
* Updated the gtk check to check for 1.0.0EDT 1998 Gregory McLean1998-04-191-1/+1
| | | | | | | | Sun Apr 19 01:35:53 EDT 1998 Gregory McLean <gregm@comstar.net> * gnome-x-checks.m4: Updated the gtk check to check for 1.0.0 svn path=/trunk/; revision=165
* Also run AC_HEADER_DIRENT.Raja R Harinath1998-04-092-1/+4
| | | | | | * 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-093-4/+9
| | | | | | | * 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-012-1/+5
| | | | | | * gnome-support.m4 (AC_REPLACE_FUNCS): Look for vasprintf. svn path=/trunk/; revision=82
* An empty true branch of an `if' statement is not valid sh syntax. IfTom Tromey1998-03-202-2/+9
| | | | | | | | | | 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
* Weee! gmc uses the gnome.m4 macros now and detects properly gnome ↵Arturo Espinosa1998-03-202-5/+30
| | | | | | installation - mig svn path=/trunk/; revision=72
* Add support for gtk_container_add to GnomeApp widget.Miguel de Icaza1998-03-201-1/+1
| | | | | | | | | 1998-03-19 Miguel de Icaza <miguel@nuclecu.unam.mx> * gnome-app.c (gnome_app_add): Add support for gtk_container_add to GnomeApp widget. svn path=/trunk/; revision=71
* Cache results of check for program_invocation_short_name,Tom Tromey1998-03-202-7/+27
| | | | | | | | | | 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-192-4/+16
| | | | | | | | 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
* Updates to use AM_PATH_GTK. See various ChangeLogs for details.Owen Taylor1998-03-162-37/+20
| | | | svn path=/trunk/; revision=68
* Add a check for <linewrap.h> -- this enables some optimizations whenRaja R Harinath1998-03-132-0/+7
| | | | | | | | | * gnome-support.m4: Add a check for <linewrap.h> -- this enables some optimizations when compiling `argp'. - Hari svn path=/trunk/; revision=67
* Much more work on the mailman - it is semi-functional, and also on girc.Elliot Lee1998-03-121-0/+1
| | | | svn path=/trunk/; revision=65
* Made it conform to the new gnome_init parameters.Miguel de Icaza1998-03-111-1/+0
| | | | | | | | Tue Mar 10 15:34:17 1998 Miguel de Icaza <miguel@nuclecu.unam.mx> * obgnome/obgnomeApp.h: Made it conform to the new gnome_init parameters. svn path=/trunk/; revision=64
* Build vsnprintf.o, not vsnprint.o.Tom Tromey1998-03-102-1/+6
| | | | | | | | 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-102-0/+9
| | | | | | | | * 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-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=60
* 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=59
* 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=58
* Also check for SMlib.h; some Solaris systems have -lSM but not SMlib.h.Tom Tromey1998-03-032-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=57
* 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=56
* Set OBJECTIVE_C shell variable.Tom Tromey1998-02-282-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=55
* Stupid mistake... Forgot a `,'Raja R Harinath1998-02-271-1/+1
| | | | | | - Hari svn path=/trunk/; revision=52
* Put $X_CFLAGS here, not in $CFLAGS. (GNOME_HAVE_SM): New var. `true' if weRaja R Harinath1998-02-272-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=51
* Remove `GNOME_CHECK_GNOME'.Raja R Harinath1998-02-192-8/+4
| | | | | | | | * gnome.m4: Remove `GNOME_CHECK_GNOME'. - Hari svn path=/trunk/; revision=44
* touchups for CVS gtkElliot Lee1998-02-191-1/+1
| | | | svn path=/trunk/; revision=43
* Replace `strcasecmp' if necessary.Raja R Harinath1998-02-192-1/+6
| | | | | | | | | * gnome-support.m4 (GNOME_SUPPORT_CHECKS): Replace `strcasecmp' if necessary. - Hari svn path=/trunk/; revision=39
* Added missing separator, from Ching HuiArturo Espinosa1998-02-171-1/+1
| | | | svn path=/trunk/; revision=38
* Add `gnome-pthread-check.m4'. New file. Moved pthread check fromRaja R Harinath1998-02-165-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=37
* check for shared gtk+ libraries also.Tim Janik1998-02-161-0/+4
| | | | | | -timj svn path=/trunk/; revision=36
* Use single quotes, not double quotes. Otherwise bash will interpretTom Tromey1998-02-152-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=35
* Put back doubled `$'. We want the expansion to occur in the includingRaja R Harinath1998-02-152-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=34
* Remove debugging message, "hahaha $macrodirs". :)Changwoo Ryu1998-02-151-1/+0
| | | | svn path=/trunk/; revision=33
* 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=32
* 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=31
* 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=30
* Add `autogen.sh'.Raja R Harinath1998-02-142-1/+3
| | | | | | * Makefile.am (EXTRA_DIST): Add `autogen.sh'. svn path=/trunk/; revision=29
* 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=28
* Checkin ChangeLogRaja R Harinath1998-02-141-0/+2
| | | | svn path=/trunk/; revision=27
* New `autogen.sh' that has most of the guts of $topdir/autogen.sh.Raja R Harinath1998-02-141-0/+80
| | | | svn path=/trunk/; revision=26
* Look for gnomeConf.sh in $libdir, where the installation actually installsRaja R Harinath1998-02-142-7/+15
| | | | | | | | | * gnome.m4 (GNOME_INIT): Look for gnomeConf.sh in $libdir, where the installation actually installs it. - Hari svn path=/trunk/; revision=24
* Gary Vaughan's fixes to gnome.m4Arturo Espinosa1998-02-141-4/+10
| | | | svn path=/trunk/; revision=22
* Add `gnome-support.m4' to MACROSRaja R Harinath1998-02-141-1/+2
| | | | svn path=/trunk/; revision=21
* New maintainer rule for handling automatic rebuilding of aclocal.m4 if anyRaja R Harinath1998-02-143-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=20
* New file. Defines GNOME_SUPPORT_CHECKS for libsupport.a support.Raja R Harinath1998-02-132-0/+12
| | | | | | | * gnome-support.m4: New file. Defines GNOME_SUPPORT_CHECKS for libsupport.a support. svn path=/trunk/; revision=19
* Gnome/Games shoudl work nowArturo Espinosa1998-02-112-0/+3
| | | | svn path=/trunk/; revision=16
* Gnome/Objc automake/autoconf setupArturo Espinosa1998-02-111-17/+30
| | | | svn path=/trunk/; revision=15
* Misc setup changesArturo Espinosa1998-02-112-16/+6
| | | | svn path=/trunk/; revision=14
* Gnome Core updatesArturo Espinosa1998-02-111-0/+34
| | | | svn path=/trunk/; revision=13
* Gnome Utils autoconf/automake setup is readyArturo Espinosa1998-02-112-0/+81
| | | | svn path=/trunk/; revision=12
* New file. Moved AC_CHECK_GNOME from `configure.in' to here, and renamedRaja R Harinath1998-02-115-0/+87
* gnome.m4: New file. Moved AC_CHECK_GNOME from `configure.in' to here, and renamed macro to GNOME_CHECK_GNOME. * gnome-x-checks.m4: Likewise, move and renaming AC_GNOME_X_CHECKS to GNOME_X_CHECKS. * aclocal-include.m4: New file. Defines AM_ACLOCAL_INCLUDE macro to provide extra search directories to `aclocal'. svn path=/trunk/; revision=11