Fix the console-tools build when built with correct build ordering.
authorChris Larson <clarson@kergoth.com>
Sun, 2 Nov 2003 04:06:20 +0000 (04:06 +0000)
committerChris Larson <clarson@kergoth.com>
Sun, 2 Nov 2003 04:06:20 +0000 (04:06 +0000)
BKrev: 3fa482bcqBMjsmCcLk-tNJMgQzYGVQ

console-tools/console-tools-0.3.2/config/codeset.m4 [new file with mode: 0644]
console-tools/console-tools-0.3.2/config/gettext.m4 [new file with mode: 0644]
console-tools/console-tools-0.3.2/config/glibc21.m4 [new file with mode: 0644]
console-tools/console-tools-0.3.2/config/iconv.m4 [new file with mode: 0644]
console-tools/console-tools-0.3.2/config/lcmessage.m4 [new file with mode: 0644]
console-tools/console-tools-0.3.2/config/progtest.m4 [new file with mode: 0644]
console-tools/console-tools_0.3.2.oe

diff --git a/console-tools/console-tools-0.3.2/config/codeset.m4 b/console-tools/console-tools-0.3.2/config/codeset.m4
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/console-tools/console-tools-0.3.2/config/gettext.m4 b/console-tools/console-tools-0.3.2/config/gettext.m4
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/console-tools/console-tools-0.3.2/config/glibc21.m4 b/console-tools/console-tools-0.3.2/config/glibc21.m4
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/console-tools/console-tools-0.3.2/config/iconv.m4 b/console-tools/console-tools-0.3.2/config/iconv.m4
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/console-tools/console-tools-0.3.2/config/lcmessage.m4 b/console-tools/console-tools-0.3.2/config/lcmessage.m4
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/console-tools/console-tools-0.3.2/config/progtest.m4 b/console-tools/console-tools-0.3.2/config/progtest.m4
new file mode 100644 (file)
index 0000000..e69de29
index 8083581..358df14 100644 (file)
@@ -8,6 +8,13 @@ S := ${WORKDIR}/${P}
 
 export SUBDIRS='fontfiletools vttools kbdtools screenfonttools contrib \
                examples po intl compat'
+
+acpaths=-I config
+do_configure_prepend () {
+       mkdir -p config
+       cp ${FILESDIR}/config/*.m4 config/
+}
+
 do_compile () {
        oe_runmake -C lib
        oe_runmake 'SUBDIRS=${SUBDIRS}'