summaryrefslogtreecommitdiff
path: root/packages/gpm/gpm-1.20.1/configure.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/gpm/gpm-1.20.1/configure.patch')
-rw-r--r--packages/gpm/gpm-1.20.1/configure.patch35
1 files changed, 0 insertions, 35 deletions
diff --git a/packages/gpm/gpm-1.20.1/configure.patch b/packages/gpm/gpm-1.20.1/configure.patch
deleted file mode 100644
index 8088fba8cc..0000000000
--- a/packages/gpm/gpm-1.20.1/configure.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-
-#
-# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
-#
-
---- gpm-1.20.1/./configure.in~configure
-+++ gpm-1.20.1/./configure.in
-@@ -3,8 +3,9 @@
- dnl Process this file with autoconf to produce a configure script.
- dnl written jan/1997 - T.E.Dickey <dickey@clark.net>
-
--AC_INIT(src/gpm.c)
--AC_PREREQ(2.12)
-+AC_INIT
-+AC_CONFIG_SRCDIR([src/gpm.c])
-+AC_PREREQ(2.57)
- AC_CONFIG_HEADER(src/headers/config.h)
-
- release=1.20.1
-@@ -82,7 +83,7 @@
- fi
-
- ITZ_SYS_ELF
--if test ${itz_cv_sys_elf} = yes && test x${ac_cv_prog_gcc} = xyes ; then
-+if test ${itz_cv_sys_elf} = yes && test x${ac_cv_c_compiler_gnu} = xyes ; then
- SHLIB=libgpm.so
- else
- SHLIB=
-@@ -132,4 +133,5 @@
-
- dnl AC_DEFINE_UNQUOTED(SYSCONFDIR,"$sysconfdir")
- dnl AC_DEFINE_UNQUOTED(SBINDIR,"$sbindir")
--AC_OUTPUT(Makefile.include Makefile doc/Makefile src/Makefile contrib/Makefile doc/doc.gpm)
-+AC_CONFIG_FILES([Makefile.include Makefile doc/Makefile src/Makefile contrib/Makefile doc/doc.gpm])
-+AC_OUTPUT