From 01ce31066fcd790c960d7e49ce9661127ce7174a Mon Sep 17 00:00:00 2001 From: Raja R Harinath Date: Thu, 12 Feb 1998 23:11:26 +0000 Subject: 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 --- macros/ChangeLog | 5 +++++ macros/gnome-support.m4 | 7 +++++++ 2 files changed, 12 insertions(+) create mode 100644 macros/gnome-support.m4 (limited to 'macros') 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 + + * gnome-support.m4: New file. Defines GNOME_SUPPORT_CHECKS for + libsupport.a support. + 1998-02-10 Raja R Harinath * 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) +]) -- cgit v1.2.3