Deleted Added
full compact
configure.in (100616) configure.in (131962)
1dnl Autoconf script for tcsh
2dnl To rebuild the `configure' script from this, execute the command
3dnl autoconf
4dnl in the directory containing this script.
5dnl
6dnl You'll also need a version of config.guess from a gnu package
7dnl
8dnl Written by Kaveh Ghazi (ghazi@caip.rutgers.edu) 5/11/96.

--- 321 unchanged lines hidden (view full) ---

330 if test "$hesiod" != yes; then
331 HESDEF="$HESDEF -I$hesiod/include"
332 HESLIB="-L$hesiod/lib $HESLIB"
333 fi
334fi
335AC_SUBST(HESDEF)
336AC_SUBST(HESLIB)
337
1dnl Autoconf script for tcsh
2dnl To rebuild the `configure' script from this, execute the command
3dnl autoconf
4dnl in the directory containing this script.
5dnl
6dnl You'll also need a version of config.guess from a gnu package
7dnl
8dnl Written by Kaveh Ghazi (ghazi@caip.rutgers.edu) 5/11/96.

--- 321 unchanged lines hidden (view full) ---

330 if test "$hesiod" != yes; then
331 HESDEF="$HESDEF -I$hesiod/include"
332 HESLIB="-L$hesiod/lib $HESLIB"
333 fi
334fi
335AC_SUBST(HESDEF)
336AC_SUBST(HESLIB)
337
338AC_EXEEXT
339
338AC_OUTPUT(Makefile)
340AC_OUTPUT(Makefile)