summaryrefslogtreecommitdiff
path: root/macros/gnome-support.m4
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@src.gnome.org>1998-09-19 02:01:29 +0000
committerRaja R Harinath <harinath@src.gnome.org>1998-09-19 02:01:29 +0000
commit2a79282e27f890e5ba69871a2e9ef8a869da7e8c (patch)
tree241fec47fe913b72fc0facf2e20ed1b722302e19 /macros/gnome-support.m4
parent5a8ebddcdf17d7fb6e99dd4df44428df972fbaf1 (diff)
downloadshared-mime-info-2a79282e27f890e5ba69871a2e9ef8a869da7e8c.tar.gz
Remove commented out code.
* gnome-support.m4: Remove commented out code. svn path=/trunk/; revision=392
Diffstat (limited to 'macros/gnome-support.m4')
-rw-r--r--macros/gnome-support.m416
1 files changed, 0 insertions, 16 deletions
diff --git a/macros/gnome-support.m4 b/macros/gnome-support.m4
index 88100fa9..e760fdc7 100644
--- a/macros/gnome-support.m4
+++ b/macros/gnome-support.m4
@@ -40,22 +40,6 @@ AC_DEFUN([GNOME_SUPPORT_CHECKS],[
# for `scandir'
AC_HEADER_DIRENT
-# AC_CACHE_CHECK([for program_invocation_short_name], gnome_cv_short_name, [
-# AC_TRY_LINK([#include <errno.h>],[
-# char *foo = program_invocation_short_name],
-# gnome_cv_short_name=yes, gnome_cv_short_name=no)])
-# if test "$gnome_cv_short_name" = yes; then
-# AC_DEFINE(HAVE_PROGRAM_INVOCATION_SHORT_NAME)
-# fi
-
-# AC_CACHE_CHECK([for program_invocation_name], gnome_cv_invocation_name, [
-# AC_TRY_LINK([#include <errno.h>],[
-# char *foo = program_invocation_name],
-# gnome_cv_invocation_name=yes, gnome_cv_invocation_name=no)])
-# if test "$gnome_cv_invocation_name" = yes; then
-# AC_DEFINE(HAVE_PROGRAM_INVOCATION_NAME)
-# fi
-
# copied from `configure.in' of `libiberty'
vars="program_invocation_short_name program_invocation_name sys_errlist"
for v in $vars; do