Revision e45eab4050a4c9733ea872009636a74cfa45f3d9 authored by Leif Strand on 21 April 2009, 22:29:26 UTC, committed by Leif Strand on 21 April 2009, 22:29:26 UTC
CIT_CHECK_PYTHON_HEADER must follow AC_PROG_CC, and precede
CIT_PYTHON_EGG_SETUP.

1 parent c46afd8
Raw File
.gitignore
# ignore svn externals
.svn
archimedes
m4

# ignore object files and static libraries
*.o
lib*.a

# ignore files generated by autoreconf
configure
aclocal.m4
autom4te.cache
aux-config
libtool
Makefile
Makefile.in
config.log
config.status
config.h.in
config.h
stamp-h1
.deps
*.net


# ignore python eggs
CitcomS.egg-info
pyconfig
python/*
*.egg

back to top