* added DLTOOL check

* added automaked include/ and doc/ subdirectories


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@231 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.1.0
Stéphane Fillod, F8CFE 2000-10-22 15:53:12 +00:00
rodzic 147bb0bf3a
commit 14a7320200
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -53,6 +53,7 @@ AC_CHECK_FUNCS(atexit snprintf usleep select strerror)
dnl initialize libtool
AC_LIBTOOL_DLOPEN
AM_PROG_LIBTOOL
if test "${enable_dynamic}" != "no"; then
@ -87,4 +88,5 @@ AC_SUBST(V_MINOR)
AC_SUBST(DLL_PRELOAD)
AC_OUTPUT( ft747/Makefile ft847/Makefile icom/Makefile Makefile \
src/Makefile tests/Makefile )
include/Makefile include/hamlib/Makefile src/Makefile \
tests/Makefile doc/Makefile )