source: titan/libeplayer3/configure.ac @ 40087

Last change on this file since 40087 was 39831, checked in by obi, 7 years ago

move extplayer3

File size: 268 bytes
Line 
1AC_INIT(libeplayer3,1-0,,libeplayer3-1.0)
2AM_INIT_AUTOMAKE
3m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
4m4_ifdef([LT_INIT], [LT_INIT], [AC_PROG_LIBTOOL])
5AC_CONFIG_MACRO_DIR([m4])
6AC_CONFIG_HEADERS([config.h])
7
8AC_PROG_CC
9AC_PROG_CXX
10
11AC_OUTPUT([
12Makefile
13])
Note: See TracBrowser for help on using the repository browser.