Hash : bc162fc3 Author : Date : 1995-11-12T23:01:12
Use AC_PROG_INSTALL
Download
1 2 3 4 5 6 7 8 9 10 11 12
dnl Process this file with autoconf to produce a configure script. AC_INIT(dist.am) PACKAGE=automake AC_SUBST(PACKAGE) VERSION=0.19 AC_SUBST(VERSION) AC_ARG_PROGRAM AC_PROG_INSTALL AC_OUTPUT(Makefile automake)