Mercurial > dovecot > original-hg > dovecot-1.2
view autogen.sh @ 9595:166a188f9165 HEAD
mbox: Fields weren't being added to cache file during message saving.
author | Timo Sirainen <tss@iki.fi> |
---|---|
date | Fri, 30 Jul 2010 16:55:58 +0100 |
parents | 44db0de1bbd3 |
children | d8220ad46879 |
line wrap: on
line source
#!/bin/sh # If you've non-standard directories, set these #ACLOCAL_DIR= #GETTEXT_DIR= if test "$ACLOCAL_DIR" != ""; then ACLOCAL="aclocal -I $ACLOCAL_DIR" export ACLOCAL fi for dir in $GETTEXT_DIR /usr/share/gettext /usr/local/share/gettext; do if test -f $dir/config.rpath; then /bin/cp -f $dir/config.rpath . break fi done if test ! -f doc/wiki/Authentication.txt; then cd doc wget http://www.dovecot.org/tmp/wiki-export.tar.gz tar xzf wiki-export.tar.gz mv wiki-export/*.txt wiki/ rm -rf wiki-export wiki-export.tar.gz cd .. fi cd doc/wiki cp -f Makefile.am.in Makefile.am echo *.txt | sed 's, , \\/ ,g' | tr '/' '\n' >> Makefile.am cd ../.. autoreconf -i