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

File: [Platon] / ep / rebuild (download)

Revision 1.2, Tue Sep 25 17:30:04 2001 UTC (22 years, 6 months ago) by host8

Changes since 1.1: +3 -3 lines

Removed files Makefile.am, src/Makefile.am (there is no need to run automake)
Modified Makefile.in, src/Makefile.in
Command 'make distcheck' works!

#!/bin/bash
export CFLAGS="-Wall -O2"
rm -f config.h configure Makefile src/Makefile config.cache
rm -rf .deps
#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