Eina: put m4 files in their own subdir
authorcaro <caro>
Sat, 21 Jan 2012 08:02:54 +0000 (08:02 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 21 Jan 2012 08:02:54 +0000 (08:02 +0000)
Warning: you must relaunch autogen.sh for these changes to
be taken into account

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@67420 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

16 files changed:
Makefile.am
autogen.sh
m4/common/efl_attribute.m4 [moved from m4/efl_attribute.m4 with 100% similarity]
m4/common/efl_benchmark.m4 [moved from m4/efl_benchmark.m4 with 100% similarity]
m4/common/efl_compiler_flag.m4 [moved from m4/efl_compiler_flag.m4 with 100% similarity]
m4/common/efl_coverage.m4 [moved from m4/efl_coverage.m4 with 100% similarity]
m4/common/efl_cpu.m4 [moved from m4/efl_cpu.m4 with 100% similarity]
m4/common/efl_doxygen.m4 [moved from m4/efl_doxygen.m4 with 100% similarity]
m4/common/efl_examples.m4 [moved from m4/efl_examples.m4 with 100% similarity]
m4/common/efl_fnmatch.m4 [moved from m4/efl_fnmatch.m4 with 100% similarity]
m4/common/efl_path_max.m4 [moved from m4/efl_path_max.m4 with 100% similarity]
m4/common/efl_tests.m4 [moved from m4/efl_tests.m4 with 100% similarity]
m4/common/efl_threads.m4 [moved from m4/efl_threads.m4 with 100% similarity]
m4/common/efl_voltron.m4 [moved from m4/efl_voltron.m4 with 100% similarity]
m4/eina/eina_bench.m4 [moved from m4/eina_bench.m4 with 100% similarity]
m4/eina/eina_check.m4 [moved from m4/eina_check.m4 with 100% similarity]

index 7778fd8..3e77955 100644 (file)
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-ACLOCAL_AMFLAGS = -I m4
+ACLOCAL_AMFLAGS = -I m4 -I m4/common -I m4/eina
 
 SUBDIRS = src doc
 
@@ -38,18 +38,18 @@ autogen.sh \
 eina.pc.in \
 eina.spec \
 eina.spec.in \
-m4/efl_attribute.m4 \
-m4/efl_benchmark.m4 \
-m4/efl_compiler_flag.m4 \
-m4/efl_coverage.m4 \
-m4/efl_cpu.m4 \
-m4/efl_doxygen.m4 \
-m4/efl_fnmatch.m4 \
-m4/efl_tests.m4 \
-m4/efl_threads.m4 \
-m4/eina_bench.m4 \
-m4/eina_check.m4 \
-m4/efl_path_max.m4
+m4/common/efl_attribute.m4 \
+m4/common/efl_benchmark.m4 \
+m4/common/efl_compiler_flag.m4 \
+m4/common/efl_coverage.m4 \
+m4/common/efl_cpu.m4 \
+m4/common/efl_doxygen.m4 \
+m4/common/efl_fnmatch.m4 \
+m4/common/efl_tests.m4 \
+m4/common/efl_threads.m4 \
+m4/common/efl_path_max.m4 \
+m4/eina/eina_bench.m4 \
+m4/eina/eina_check.m4
 
 .PHONY: doc coverage benchmark
 
index 00116ea..25b7c2f 100755 (executable)
@@ -6,7 +6,7 @@ rm -f aclocal.m4 ltmain.sh
 touch README
 touch ABOUT-NLS
 
-echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS -I m4 || exit 1
+echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS -I m4 -I m4/common -I m4/eina || exit 1
 echo "Running autoheader..." ; autoheader || exit 1
 echo "Running autoconf..." ; autoconf || exit 1
 echo "Running libtoolize..." ; (libtoolize --copy --automake || glibtoolize --automake) || exit 1
similarity index 100%
rename from m4/efl_coverage.m4
rename to m4/common/efl_coverage.m4
similarity index 100%
rename from m4/efl_cpu.m4
rename to m4/common/efl_cpu.m4
similarity index 100%
rename from m4/efl_doxygen.m4
rename to m4/common/efl_doxygen.m4
similarity index 100%
rename from m4/efl_examples.m4
rename to m4/common/efl_examples.m4
similarity index 100%
rename from m4/efl_fnmatch.m4
rename to m4/common/efl_fnmatch.m4
similarity index 100%
rename from m4/efl_path_max.m4
rename to m4/common/efl_path_max.m4
similarity index 100%
rename from m4/efl_tests.m4
rename to m4/common/efl_tests.m4
similarity index 100%
rename from m4/efl_threads.m4
rename to m4/common/efl_threads.m4
similarity index 100%
rename from m4/efl_voltron.m4
rename to m4/common/efl_voltron.m4
similarity index 100%
rename from m4/eina_bench.m4
rename to m4/eina/eina_bench.m4
similarity index 100%
rename from m4/eina_check.m4
rename to m4/eina/eina_check.m4