From 7311a3ea25980c98307156bb16cf9a31b9228473 Mon Sep 17 00:00:00 2001 From: Jari Vetoniemi Date: Sat, 4 Apr 2020 23:59:51 +0900 Subject: mkxp fixes --- jni/iconv/m4/cp.m4 | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 jni/iconv/m4/cp.m4 (limited to 'jni/iconv/m4/cp.m4') diff --git a/jni/iconv/m4/cp.m4 b/jni/iconv/m4/cp.m4 deleted file mode 100644 index 9b8ef4a..0000000 --- a/jni/iconv/m4/cp.m4 +++ /dev/null @@ -1,25 +0,0 @@ -dnl Copyright (C) 1993-2002 Free Software Foundation, Inc. -dnl This file is free software, distributed under the terms of the GNU -dnl General Public License. As a special exception to the GNU General -dnl Public License, this file may be distributed as part of a program -dnl that contains a configuration script generated by Autoconf, under -dnl the same distribution terms as the rest of that program. - -dnl From Bruno Haible, Marcus Daniels. - -AC_PREREQ(2.13) - -AC_DEFUN([CL_PROG_CP], -[AC_CACHE_CHECK(how to copy files, cl_cv_prog_cp, [ -echo "blabla" > conftest.x -err=`/bin/sh -c "cp -p conftest.x conftest.y 2>&1"` -if test -z "$err"; then - cl_cv_prog_cp='cp -p' -else - cl_cv_prog_cp='cp' -fi -rm -f conftest* -]) -CP="$cl_cv_prog_cp" -AC_SUBST(CP)dnl -]) -- cgit v1.2.3