source: OGRE/trunk/ogrenew/Tools/XSIExport/configure.in @ 692

Revision 692, 195 bytes checked in by mattausch, 18 years ago (diff)

adding ogre 1.2 and dependencies

Line 
1AC_PREREQ(2.50)
2
3AC_INIT([XSIExport], [1.0])
4
5AC_CANONICAL_TARGET
6
7AM_INIT_AUTOMAKE([XSIExport], [1.0])
8
9AC_PROG_CC
10AC_PROG_CXX
11AC_PROG_INSTALL
12
13AM_PROG_LIBTOOL
14
15AC_OUTPUT(Makefile src/Makefile)
Note: See TracBrowser for help on using the repository browser.