diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-11-07 22:28:40 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-11-07 22:28:40 +0100 |
commit | c8e39d6d298f921b8b510bb88bc210fb30f0bd10 (patch) | |
tree | b5a3a68b1d64d667c19031530084a22479938962 /.hgignore | |
parent | c3c8a70767e9e3b2d4bda3d43f2fbb646c1ed0b3 (diff) | |
download | crosstool-ng-c8e39d6d298f921b8b510bb88bc210fb30f0bd10.tar.gz crosstool-ng-c8e39d6d298f921b8b510bb88bc210fb30f0bd10.tar.bz2 crosstool-ng-c8e39d6d298f921b8b510bb88bc210fb30f0bd10.zip |
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>
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,10 @@ syntax: glob # Generated files +configure +autom4te.cache +config.log +config.status Makefile *ct-ng* docs/*ct-ng*.1 |