Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Friday, April 19, 2024

File: [Platon] / dead / mail2sms / rebuild (download)

Revision 1.1.1.1 (vendor branch), Thu Sep 20 14:20:45 2001 UTC (22 years, 7 months ago) by host8


Changes since 1.1: +0 -0 lines

Initialization

#!/bin/bash
export CFLAGS="-Wall -O2"
rm -f config.h configure Makefile config.cache Makefile.dep
echo running autoheader
autoheader
#rm -f autoh*
echo running aclocal
aclocal
#echo running automake
#automake
echo running autoconf
autoconf
echo running ./configure
./configure $*
#make dist
make clean
make

Platon Group <platon@platon.org> http://platon.org/
Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top