Adding a autogen.sh, so building a git copy is easier

This commit is contained in:
Qball Cow
2008-08-08 11:10:05 +02:00
parent 9d9d77f140
commit 52f5976af8
2 changed files with 125 additions and 0 deletions

View File

@@ -3,6 +3,8 @@ AC_INIT(configure.in)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(ncmpcpp, 0.1.1)
AC_PREREQ(2.59)
AC_LANG_CPLUSPLUS
AC_PROG_CXX
AM_PROG_LIBTOOL