Edit

kc3-lang/automake/configure.in

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1995-11-22 03:18:03
    Hash : adf00087
    Message : Use fp_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.20
    AC_SUBST(VERSION)
    
    AC_ARG_PROGRAM
    fp_PROG_INSTALL
    
    AC_OUTPUT(Makefile automake)