summaryrefslogtreecommitdiff
path: root/configure.ac
blob: 7cb0dc0864d4722747b5947152190b8a21877f90 (plain)
1
2
3
4
5
6
7
8
AC_INIT([UIM], [0.1], [jonathanc@ti.com], [uim_c], [http://dev.omapzoom.org/])
AC_PREREQ([2.59])
AM_INIT_AUTOMAKE()
AC_CONFIG_HEADERS([config.h])
AC_PROG_CC
AC_CONFIG_FILES([Makefile])
AC_OUTPUT