summaryrefslogtreecommitdiff
path: root/configure.ac
blob: 5d056bd099c886836e3e9435df7fe45d557b8f58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#                                               -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.68])
AC_INIT([efl-theme-tizen-mobile], [0.1], [jae.hwan.kim@samsung.com])

AM_INIT_AUTOMAKE([foreign])

# Checks for programs.

# Checks for libraries.

# Checks for header files.

# Checks for typedefs, structures, and compiler characteristics.

# Checks for library functions.

AC_CONFIG_FILES([Makefile
                 mobile/Makefile])
AC_OUTPUT