newlib-cygwin/libgloss/doc/configure.ac

11 lines
188 B
Plaintext

dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.69)dnl
AC_INIT(porting.texi)
AC_CONFIG_AUX_DIR(../..)
AC_PROG_INSTALL
AC_CONFIG_FILES(Makefile)
AC_OUTPUT