.gitignore
author J. Ali Harlow <ali@juiblex.co.uk>
Thu Jan 08 14:35:18 2009 +0000 (2009-01-08)
changeset 328 45ea57d83f28
parent 285 264c878c62d1
child 399 98aade0d875b
permissions -rw-r--r--
Don't attempt to use chroot() on systems that don't support it.

This has the added bonus of allowing us to use popen() rather than
fork()/exec() for improved portability. Of course, the loss of an
install root is a major reduction of functionality but it's hard to
see what else we could substitute for chroot().
     1 aclocal.m4
     2 autom4te.cache
     3 compile
     4 config.guess
     5 config.h
     6 config.h.in
     7 config.log
     8 config.status
     9 config.sub
    10 configure
    11 depcomp
    12 gtk-doc.make
    13 INSTALL
    14 install-sh
    15 intltool-extract
    16 intltool-extract.in
    17 intltool-merge
    18 intltool-merge.in
    19 intltool-update
    20 intltool-update.in
    21 libtool
    22 ltmain.sh
    23 Makefile
    24 Makefile.in
    25 missing
    26 mkinstalldirs
    27 py-compile
    28 stamp-h1
    29 *.o
    30 ChangeLog
    31 *.tar.gz
    32 *~
    33 
    34 /link-warning.h