bah, forgot to remove debian/Makefile.in from AC_OUTPUT. :}

kde's overly sophisticated build system does that automatically ...
This commit is contained in:
Oswald Buddenhagen 2004-01-12 01:49:34 +00:00
parent 0121220339
commit b239e7b814

View File

@ -36,7 +36,7 @@ fi
AC_CHECK_LIB(db, db_create, [LIBS="$LIBS -ldb"], [AC_MSG_ERROR([Berkley DB not found.])]) AC_CHECK_LIB(db, db_create, [LIBS="$LIBS -ldb"], [AC_MSG_ERROR([Berkley DB not found.])])
AC_CHECK_HEADER(db.h, , [AC_MSG_ERROR([Berkley DB header file not found.])]) AC_CHECK_HEADER(db.h, , [AC_MSG_ERROR([Berkley DB header file not found.])])
AC_OUTPUT(Makefile src/Makefile debian/Makefile isync.spec) AC_OUTPUT(Makefile src/Makefile isync.spec)
if $ssl; then if $ssl; then
AC_MSG_RESULT([ AC_MSG_RESULT([