.hgignore
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 2622 bc9f7c29311e
child 2836 1c4f3be68a6d
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>
     1 syntax: glob
     2 
     3 # Generated files
     4 configure
     5 autom4te.cache
     6 config.log
     7 config.status
     8 Makefile
     9 *ct-ng*
    10 docs/*ct-ng*.1
    11 docs/*ct-ng*.1.gz
    12 paths.mk
    13 scripts/crosstool-NG.sh
    14 scripts/saveSample.sh
    15 scripts/showTuple.sh
    16 kconfig/conf
    17 kconfig/?conf
    18 kconfig/**.o
    19 kconfig/**.dep
    20 config/configure.in
    21 config.gen/
    22 .config
    23 .config.2
    24 
    25 # Temporaries
    26 .*.swp
    27 build.log
    28 .config.old
    29 
    30 # This is the place where toolchains are built
    31 .build/
    32 # .. and the legacy location
    33 targets/