changed autoconf and build files

This commit is contained in:
2011-01-22 02:04:22 +00:00
parent ff21f8cd4a
commit 0e561c494c
61 changed files with 38313 additions and 30651 deletions

View File

@ -3,8 +3,7 @@ dnl AC_PREREQ(2.59)
AC_INIT([qse],[0.5.5],[Chung, Hyung-Hwan (hyunghwan.chung@gmail.com)],,[http://qse.googlecode.com])
AC_CONFIG_HEADER([include/qse/config.h])
AC_CONFIG_AUX_DIR([ac/au])
AC_CONFIG_MACRO_DIR([ac/m4])
AC_CONFIG_AUX_DIR([ac])
dnl use CC and CPP for compilation tests with .c test programs.
AC_LANG(C)