* autogen.sh configure.in: fixed snapshot autogeneration, had to

tweak a few things
Daniel
This commit is contained in:
Daniel Veillard
2006-02-10 08:40:20 +00:00
parent 5fe8d8b3ff
commit 0b2869fb84
5 changed files with 27 additions and 24 deletions
+4 -3
View File
@@ -101,6 +101,9 @@ AC_CHECK_LIB(readline, main,
[$VIRSH_LIBS])
AC_SUBST(VIRSH_LIBS)
# end of if with_depends
fi
dnl
dnl check for python
dnl
@@ -184,11 +187,9 @@ AC_SUBST(PYTHON_INCLUDES)
AC_SUBST(PYTHON_SITE_PACKAGES)
AC_SUBST(PYTHON_SUBDIR)
# end of if with_depends
fi
# very annoying
rm -f COPYING
cp COPYING.LIB COPYING
AC_OUTPUT(Makefile src/Makefile include/Makefile docs/Makefile \
docs/examples/Makefile \