Remove autogen.sh

This commit is contained in:
Jonathan Schleifer 2015-11-21 20:13:50 +01:00
parent 5260208d7e
commit 1ba1748552
No known key found for this signature in database
GPG key ID: 33E61C63EB4AE7B5
2 changed files with 1 additions and 4 deletions

View file

@ -1,4 +0,0 @@
#!/bin/sh
aclocal -I m4 || exit 1
autoconf || exit 1
autoheader || exit 1

View file

@ -2,6 +2,7 @@ AC_INIT(ObjXMPP, 0.1, js@webkeks.org)
BUILDSYS_INIT
AC_CONFIG_SRCDIR(src)
AC_CONFIG_MACRO_DIR(m4)
AC_CONFIG_AUX_DIR(build-aux)
AC_CHECK_TOOL(OBJFW_CONFIG, objfw-config)