Blame view

tools/sctk-2.4.10/src/utf_filt/config.in 197 Bytes
8dcb6dfcb   Yannick Estève   first commit
1
2
3
4
5
6
7
8
  dnl Process this file with autoconf to produce a configure script.
  AC_INIT(utf_filt.pl)
  
  dnl Checks for programs.
  AC_CHECK_PROGS(NSGMLS, nsgmls onsgmls)
  
  dnl Write the makefile
  AC_OUTPUT(Makefile)