diff options
Diffstat (limited to 'devel/allegro/files/patch-aclocal.m4')
-rw-r--r-- | devel/allegro/files/patch-aclocal.m4 | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/devel/allegro/files/patch-aclocal.m4 b/devel/allegro/files/patch-aclocal.m4 new file mode 100644 index 000000000000..353d8689c7ed --- /dev/null +++ b/devel/allegro/files/patch-aclocal.m4 @@ -0,0 +1,26 @@ +--- aclocal.m4.orig 2007-06-16 01:52:28.000000000 +0000 ++++ aclocal.m4 2008-07-14 15:10:32.000000000 +0000 +@@ -195,3 +195,2 @@ + dnl +-AC_MSG_CHECKING(for System V sys/procfs) + AC_DEFUN(ALLEGRO_ACTEST_SV_PROCFS, [ +@@ -211,3 +210,2 @@ + ]) +-AC_MSG_RESULT($allegro_sv_procfs) + +@@ -219,3 +217,2 @@ + dnl +-AC_MSG_CHECKING(if sys/procfs.h tells us argc/argv) + AC_DEFUN(ALLEGRO_ACTEST_PROCFS_ARGCV, [ +@@ -228,3 +225,2 @@ + ]) +-AC_MSG_RESULT($allegro_procfs_argcv) + +@@ -236,3 +232,2 @@ + dnl +-AC_MSG_CHECKING(for getexecname) + AC_DEFUN(ALLEGRO_ACTEST_SYS_GETEXECNAME, +@@ -242,3 +237,2 @@ + ) +-AC_MSG_RESULT($allegro_sys_getexecname) + |