Skip to content

Commit 53d6400

Browse files
committed
Check for the install script
Use AC_PROG_INSTALL to look for the install script, otherwise @install@ is not substituted in the Makefile. autoconf wants install-sh to be present as a fallback in case a better install script is not found.
1 parent 024849e commit 53d6400

File tree

2 files changed

+520
-0
lines changed

2 files changed

+520
-0
lines changed

configure.in

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ AC_CONFIG_HEADERS([config.h])
55

66
dnl Checks for programs.
77
AC_PROG_CC
8+
AC_PROG_INSTALL
89

910
AC_CACHE_CHECK([for EMX], ac_cv_have_emx,
1011
AC_TRY_COMPILE(, [#ifndef __EMX__

0 commit comments

Comments
 (0)