]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Use AC_PROG_INSTALL
authorTom Tromey <tromey@redhat.com>
Sun, 12 Nov 1995 23:01:12 +0000 (23:01 +0000)
committerTom Tromey <tromey@redhat.com>
Sun, 12 Nov 1995 23:01:12 +0000 (23:01 +0000)
configure.in

index 3dac354fb2139879b5e748dd5c926bc947c4eb95..eae284342ee6004462540c260b97c458b65df8fe 100644 (file)
@@ -7,5 +7,6 @@ VERSION=0.19
 AC_SUBST(VERSION)
 
 AC_ARG_PROGRAM
+AC_PROG_INSTALL
 
 AC_OUTPUT(Makefile automake)