scripts/toolchain-config.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Nov 07 22:28:40 2011 +0100 (2011-11-07)
changeset 2834 0a0410dd0cb0
parent 1189 5c20d52c8270
permissions -rw-r--r--
configure: use autoconf to generate configure

Create configure.ac, an autoconf script to generate ./configure
This will be needed by a subsequent patch to properly handle
--build and --host, and more tests, when the kconfig stuff will
be installed pre-built.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
yann@894
     1
#!/bin/sh
yann@894
     2
yann@2614
     3
tail -n+5 "${0}" |bzcat
yann@894
     4
exit 0