bug autotools : make install
Brought to you by:
skonno
'make install' and configure --prefix="$HOME/usr/"
did not work for me on mandrake :
uname -a
2.4.22-10mdk #1 Thu Sep 18 12:30:58 CEST 2003 i686
unknown unknown GNU/Linux
cat /etc/mandrake-release
Mandrake Linux release 9.2 (FiveStar) for i586
gcc --version | head -1
gcc (GCC) 3.3.1 (Mandrake Linux 9.2 3.3.1-2mdk)
autoconf --version | head -1
Autoconf version 2.13
automake --version | head -1
automake (GNU automake) 1.4-p6
If this can help :
install-cx3dcc:
-mkdir -p ${DESTDIR}/
-install -d ${DESTDIR}/lib/
-install -d ${DESTDIR}/include
-install -d ${DESTDIR}/include/
-find include -type d -exec install -d ${DESTDIR}/{} \;
-find include -exec install {} ${DESTDIR}/{} \;