Edit

kc3-lang/automake/configure.in

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1995-11-12 23:01:12
    Hash : bc162fc3
    Message : Use AC_PROG_INSTALL

  • configure.in
  • 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)