Edit

kc3-lang/automake/configure.in

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1995-11-12 22:52:47
    Hash : 592b1388
    Message : Initial revision

  • 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_OUTPUT(Makefile automake)