From: Daniel Stenberg Date: Tue, 21 Mar 2000 17:12:27 +0000 (+0000) Subject: removed the double BSD install check X-Git-Tag: curl-7_1_1~206 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1a1fcc6f1e56e005b9f9a606e66087dbaa33245;p=thirdparty%2Fcurl.git removed the double BSD install check --- diff --git a/configure.in b/configure.in index ad07a61689..d68614597d 100644 --- a/configure.in +++ b/configure.in @@ -6,7 +6,8 @@ AM_INIT_AUTOMAKE(curl,"6.5.2") dnl Checks for programs. AC_PROG_CC -AC_PROG_INSTALL +dnl The install stuff has already been taken care of by the automake stuff +dnl AC_PROG_INSTALL AC_PROG_MAKE_SET dnl Check for AIX weirdos