removed the double BSD install check
authorDaniel Stenberg <daniel@haxx.se>
Tue, 21 Mar 2000 17:12:27 +0000 (17:12 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 21 Mar 2000 17:12:27 +0000 (17:12 +0000)
configure.in

index ad07a61..d686145 100644 (file)
@@ -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