Mercurial > MadButterfly
comparison configure.ac @ 174:9008ac31efbd
Install scripts and M4 macros in tools/ sub-directory.
Invoke automake to install scripts and pkgdata file.
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Fri, 31 Oct 2008 10:57:47 +0800 |
parents | 7ca25f18902f |
children | c8cf6343868b |
comparison
equal
deleted
inserted
replaced
173:c490796f6c82 | 174:9008ac31efbd |
---|---|
32 AC_FUNC_SELECT_ARGTYPES | 32 AC_FUNC_SELECT_ARGTYPES |
33 AC_CHECK_FUNCS([gettimeofday memset select sqrt strdup]) | 33 AC_CHECK_FUNCS([gettimeofday memset select sqrt strdup]) |
34 | 34 |
35 AC_CONFIG_FILES([Makefile | 35 AC_CONFIG_FILES([Makefile |
36 libmbfly.pc | 36 libmbfly.pc |
37 src/Makefile]) | 37 src/Makefile |
38 tools/Makefile]) | |
38 AC_OUTPUT | 39 AC_OUTPUT |