aboutsummaryrefslogtreecommitdiffstats
path: root/macros
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@src.gnome.org>1998-02-13 07:11:26 +0800
committerRaja R Harinath <harinath@src.gnome.org>1998-02-13 07:11:26 +0800
commit01ce31066fcd790c960d7e49ce9661127ce7174a (patch)
treec3270faca71a8b4e2c760e3a6e995ab68cd0f6a3 /macros
parent587bcc94568f411adb8d14a269b9bddf8c1fe3ee (diff)
downloadgsoc2013-evolution-01ce31066fcd790c960d7e49ce9661127ce7174a.tar.gz
gsoc2013-evolution-01ce31066fcd790c960d7e49ce9661127ce7174a.tar.zst
gsoc2013-evolution-01ce31066fcd790c960d7e49ce9661127ce7174a.zip
New file. Defines GNOME_SUPPORT_CHECKS for libsupport.a support.
* gnome-support.m4: New file. Defines GNOME_SUPPORT_CHECKS for libsupport.a support. svn path=/trunk/; revision=19
Diffstat (limited to 'macros')
-rw-r--r--macros/ChangeLog5
-rw-r--r--macros/gnome-support.m47
2 files changed, 12 insertions, 0 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog
index a56b3147c3..d85dbfa7b3 100644
--- a/macros/ChangeLog
+++ b/macros/ChangeLog
@@ -1,3 +1,8 @@
+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
diff --git a/macros/gnome-support.m4 b/macros/gnome-support.m4
new file mode 100644
index 0000000000..9286f79b45
--- /dev/null
+++ b/macros/gnome-support.m4
@@ -0,0 +1,7 @@
+dnl libsupport stuff
+dnl GNOME_SUPPORT_CHECKS
+AC_DEFUN([GNOME_SUPPORT_CHECKS],[
+ AC_CHECK_FUNCS(getopt_long,,LIBOBJS="$LIBOBJS getopt.o getopt1.o")
+ AC_REPLACE_FUNCS(strtok_r)
+ AC_SUBST(LIBOBJS)
+])
ni-1.3.8&id=f48a338bdc164928c7b04fdb227fc7882ba3fe3f'>- Revert previous USERS fix until reworked and testedcrees2011-06-164-26/+77 * - Fix missing escapes in the rc script.wxs2011-06-142-2/+2 * - Correct GROUP when postfix OPTION is selected [1]crees2011-06-145-77/+28 * Fix MAILMANDIR macro substitution.wxs2011-04-181-1/+1 * Restore PORTREVISION which I erroneously removed in previous update.wxs2011-04-181-0/+1 * Add option for NAMAZU2, off by default so no PORTREVISION bump.wxs2011-04-173-2/+49 * Fix post-install documentation.wxs2011-03-291-1/+1 * Add patch missed in previous commit.wxs2011-03-101-0/+29 * Add a patch to fix the XSS vulnerabilities.wxs2011-03-102-1/+1 * Fix up MASTER_SITES: not available from list.org anymore and add gnu mirrors.wxs2010-10-171-2/+3 * Update to 2.1.14 - note that the HTDIG option is currently broken untilwxs2010-10-174-185/+68 * Grab this as I use it regularly.wxs2010-06-191-1/+1 * Reset jmelo@FreeBSD.org due to many months of inactivity and no responselinimon2010-06-191-1/+1 * Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1 * - Switch SourceForge ports to the new File Release System: categories startin...amdmi32009-08-221-1/+2 * - Add indexing and htdig patches.jmelo2009-07-111-0/+6 * - Update to 2.1.12miwi2009-05-283-56/+32 * - Fix pkg-plist after update.jmelo2008-09-041-0/+11 * - Fix message in pkg-message.jmelo2008-09-041-2/+2 * - Update to 2.1.11.jmelo2008-09-042-12/+12 * - Update htdig patch to 2.1.10.jmelo2008-05-192-2/+8 * - Update to 2.1.10.jmelo2008-04-245-122/+188 * Teach mailman how to utilize postfix's XVERP functionality,delphij2007-10-233-6/+71 * - Make possible to set CONFIGURE_ARGS in another place.jmelo2007-09-041-1/+1 * - Add patch with Slovak translation (OPTIONAL)mm2007-08-223-1/+63 * - Make Python 2.5.1 the default Python versionalexbl2007-07-301-0/+1 * - Add courier support.jmelo2007-05-311-5/+18 * - Fix postfix MAIL_GID.jmelo2007-04-231-2/+2 * - Unbreak htdig option.jmelo2007-01-262-3/+8 * - Fix codec error on python 2.5.jmelo2006-11-063-4/+46 * - Fix postfix MAIL_GIDjmelo2006-11-061-1/+1 * - Japanese Codecs in pythonlib bundled with mailman do not work with python 2...jmelo2006-10-111-1/+1 * - Mark htdig option as broken, the patch to mailman 2.1.9 was not released yet.jmelo2006-09-201-0/+1 * - Update to 2.1.9.jmelo2006-09-163-4/+5 * - Change postconf path to LOCALBASE.jmelo2006-09-091-2/+2 * - Fix postfix MAIL_GID.jmelo2006-09-091-2/+12 * - Update to 2.1.9rc1 to fix security problems.jmelo2006-09-043-11/+112 * - Change to use ?= instead of += to assign MAIL_GID variable. It will fix the...jmelo2006-06-081-5/+5 * - Fix mailman start script to honour modified installation directory.jmelo2006-06-062-4/+4 * - Fix postfix MAIL_GID.jmelo2006-05-301-1/+2 * - Add conditional in pkg-install/pkg-deinstall to check if the allow file injmelo2006-05-132-2/+6 * - Add pre-fetch to show build time options.jmelo2006-05-102-2/+12