[uLib Geometry]

non working version!

+ adds ProgrammableAccessor
+ renaming of some Image structures ...
This commit is contained in:
Andrea Rigoni
2014-11-03 10:27:52 +00:00
commit 99e771a223
403 changed files with 61684 additions and 0 deletions

21
bootstrap Executable file
View File

@@ -0,0 +1,21 @@
#! /bin/sh
ROOTDIR=`root-config --prefix`
if [ -e /usr/share/aclocal/root.m4 ]
then
ROOTM4=.
elif [ -e $ROOTDIR/build/misc/root.m4 ]
then
ROOTM4=$ROOTDIR/build/misc
fi
aclocal -I ./m4
autoheader
libtoolize
automake --add-missing --gnu
autoconf