dnl dnl lndir: The C Program! dnl dnl Copyright (c) 1993 by Salvatore Valente dnl dnl You can freely distribute this program. There is no warranty. dnl See the file "COPYING" for more information. dnl dnl Run this file through gnu autoconf to produce a configure script. dnl AC_INIT(lndir.c) AC_PROG_CC AC_PROG_CPP AC_DIR_HEADER AC_HAVE_HEADERS(unistd.h string.h stdlib.h) AC_OUTPUT(Makefile)