/[public]/psiconv/trunk/autogen.sh
ViewVC logotype

Diff of /psiconv/trunk/autogen.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 118 Revision 137
15 15
16autoheader 16autoheader
17 17
18# Produce all the `Makefile.in's, verbosely, and create neat missing things 18# Produce all the `Makefile.in's, verbosely, and create neat missing things
19# like `libtool', `install-sh', etc. 19# like `libtool', `install-sh', etc.
20automake --add-missing --verbose --gnu --copy 20automake --add-missing --verbose --gnu --copy --force-missing
21 21
22# If there's a config.cache file, we may need to delete it. 22# If there's a config.cache file, we may need to delete it.
23# If we have an existing configure script, save a copy for comparison. 23# If we have an existing configure script, save a copy for comparison.
24if [ -f config.cache ] && [ -f configure ]; then 24if [ -f config.cache ] && [ -f configure ]; then
25 cp configure configure.$$.tmp 25 cp configure configure.$$.tmp

Legend:
Removed from v.118  
changed lines
  Added in v.137

frodo@frodo.looijaard.name
ViewVC Help
Powered by ViewVC 1.1.26