remove unneccesary files

This commit is contained in:
micke nordin 2013-01-27 16:30:45 +01:00
parent 5ab53c7a45
commit fd5776baae
2 changed files with 0 additions and 1590 deletions

1578
autogen.sh

File diff suppressed because it is too large Load diff

View file

@ -1,12 +0,0 @@
AC_INIT([begin], [0.1], [mik@elnord.in],
[begin], [https://github.com/mickenordin/begin])
AC_PREREQ([2.59])
AM_INIT_AUTOMAKE([1.10 -Wall no-define])
AC_CONFIG_HEADERS([config.h])
AC_PROG_CXX
AC_CONFIG_FILES([Makefile])
AC_OUTPUT
AC_LANG_PUSH([C++])
AC_CHECK_HEADERS([boost/xpressive/xpressive.hpp], [],
[AC_MSG_ERROR(You need the Boost Xpressive library.)])
AC_LANG_POP([C++])