summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJaehwan Kim <jae.hwan.kim@samsung.com>2015-04-02 15:50:44 +0900
committerJaehwan Kim <jae.hwan.kim@samsung.com>2015-04-20 13:03:43 +0900
commit8ea7c8d5c54df2127893adc30091dba9e5460cd2 (patch)
tree94ef52a914f54e136dfc6940a840f7e33658dbe3 /configure.ac
parentdda41bf59288e02dc05e97fee84dc2599fd8b953 (diff)
downloadefl-theme-tizen-mobile-8ea7c8d5c54df2127893adc30091dba9e5460cd2.tar.gz
efl-theme-tizen-mobile-8ea7c8d5c54df2127893adc30091dba9e5460cd2.tar.bz2
efl-theme-tizen-mobile-8ea7c8d5c54df2127893adc30091dba9e5460cd2.zip
Change-Id: I6e891717c86cc8309898a209607621710b59460c
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac21
1 files changed, 21 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
new file mode 100644
index 00000000..2ca2a2af
--- /dev/null
+++ b/configure.ac
@@ -0,0 +1,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
+ themes/Makefile])
+AC_OUTPUT