Removed m4 directory 62/16762/1 accepted/tizen/mobile/20140305.030547 submit/tizen/20140304.233511
authorJi-hoon Lee <dalton.lee@samsung.com>
Wed, 6 Nov 2013 06:53:27 +0000 (15:53 +0900)
committerJi-hoon Lee <dalton.lee@samsung.com>
Mon, 24 Feb 2014 14:25:45 +0000 (23:25 +0900)
Change-Id: I78e0cf9e31fc7c8d6de3896559b3c93bddb91ac8

Makefile.am
bootstrap
configure.ac
m4/Makefile.am [deleted file]

index 6d5af1e..ffe1025 100644 (file)
@@ -34,7 +34,7 @@ EXTRA_DIST = \
 ## @end 1
 
 AUTOMAKE_OPTIONS       = gnu
-SUBDIRS                = m4 src data
+SUBDIRS                = src data
 ## @start 1
 MAINTAINERCLEANFILES   = Makefile.in aclocal.m4 configure config.h.in $(AUX_DIST)
 
index e3079e5..c1caeef 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -20,6 +20,7 @@
 #! /bin/sh
 
 set -x
+libtoolize --force
 aclocal -I ./m4 ${ACLOCAL_FLAGS}
 autoheader
 libtoolize -c --automake
index 45571ff..d93a5ee 100644 (file)
@@ -110,7 +110,6 @@ ISF_DEFAULT_DATADIR=${ISF_DATADIR}/ise-engine-default
 AC_SUBST(ISF_DEFAULT_DATADIR)
 
 AC_CONFIG_FILES([Makefile
-                m4/Makefile
                 src/Makefile
                 data/Makefile])
 
diff --git a/m4/Makefile.am b/m4/Makefile.am
deleted file mode 100644 (file)
index f971283..0000000
+++ /dev/null
@@ -1 +0,0 @@
-EXTRA_DIST = codeset.m4 gettext.m4 glibc21.m4 iconv.m4 intdiv0.m4 intmax.m4 inttypes.m4 inttypes_h.m4 inttypes-pri.m4 isc-posix.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 longdouble.m4 longlong.m4 nls.m4 po.m4 printf-posix.m4 progtest.m4 signed.m4 size_max.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4 wchar_t.m4 wint_t.m4 xsize.m4