Edit

kc3-lang/automake/configure.in

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1995-11-25 01:21:00
    Hash : 3c3aee92
    Message : Version 0.21

  • configure.in
  • dnl Process this file with autoconf to produce a configure script.
    AC_INIT(dist.am)
    
    PACKAGE=automake
    AC_SUBST(PACKAGE)
    AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
    VERSION=0.21
    AC_SUBST(VERSION)
    AC_DEFINE_UNQUOTED(VERSION, "$VERSION")
    ALL_LINGUAS=
    
    AC_ARG_PROGRAM
    fp_PROG_INSTALL
    
    dnl
    dnl NLS configuration.
    dnl
    
    ud_GNU_GETTEXT
    AC_LINK_FILES($nls_cv_header_libgt, $nls_cv_header_intl)
    
    dnl
    dnl End of NLS configuration.
    dnl
    
    
    AC_OUTPUT([Makefile automake])
    dnl uncomment these when internationalization is ready
    dnl intl/Makefile po/Makefile.in],
    dnl [sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile])