ossp-pkg/sa/configure.ac 1.4 -> 1.5
--- configure.ac 2001/10/08 11:38:38 1.4
+++ configure.ac 2001/10/08 14:47:30 1.5
@@ -30,7 +30,7 @@
AC_PREREQ(2.52)
AC_REVISION(1.0)
-AC_INIT(sa.h)
+AC_INIT(README)
AC_DIVERT_PUSH(NOTICE)
V=`./shtool version -l txt -d long VERSION`
@@ -45,10 +45,10 @@
AC_PROG_LIBTOOL
sinclude(sa.ac)
-AC_CHECK_SA
+SA_CHECK_ALL
AC_CONFIG_HEADERS(config.h)
-AC_CONFIG_FILES(Makefile sa-config)
+AC_CONFIG_FILES(sa.h Makefile sa-config)
AC_OUTPUT
chmod a+x sa-config
|
|