toolkit addition
This commit is contained in:
parent
35462479fc
commit
bca7130527
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,7 @@ AC_LANG(C++)
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
AC_PROG_CXX
|
AC_PROG_CXX
|
||||||
AC_PROG_INSTALL
|
AC_PROG_INSTALL
|
||||||
dnl AC_PROG_LIBTOOL dont need this until we're doing plugins/engines
|
AC_PROG_LIBTOOL
|
||||||
|
|
||||||
AC_CHECK_PROGS(regex_cmd, sed)
|
AC_CHECK_PROGS(regex_cmd, sed)
|
||||||
if test x$regex_cmd = "x"; then
|
if test x$regex_cmd = "x"; then
|
||||||
|
@ -169,6 +169,7 @@ AM_CONFIG_HEADER(config.h)
|
||||||
AC_OUTPUT(
|
AC_OUTPUT(
|
||||||
version.h
|
version.h
|
||||||
Makefile
|
Makefile
|
||||||
|
otk/Makefile
|
||||||
src/Makefile
|
src/Makefile
|
||||||
util/Makefile
|
util/Makefile
|
||||||
util/epist/Makefile
|
util/epist/Makefile
|
||||||
|
|
Loading…
Reference in a new issue