~kxteam/xts/xts-server-trunk

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Joshua Mark Higgins
  • Date: 2013-04-07 20:24:40 UTC
  • Revision ID: joshiggins@gmail.com-20130407202440-25czw5iaea8wsp41
Inital import of project

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
AC_INIT([xts-server], [0.1])
 
2
 
 
3
AM_INIT_AUTOMAKE
 
4
AM_PATH_PYTHON([2.5])
 
5
 
 
6
AC_CONFIG_FILES([Makefile src/Makefile])
 
7
 
 
8
AC_OUTPUT