Mercurial > dovecot > original-hg > dovecot-1.2
view autogen.sh @ 9651:9ab1c8a10944 HEAD
lib-storage: Message size lookups from cache was broken if fields weren't in "normal" order in file.
author | Timo Sirainen <tss@iki.fi> |
---|---|
date | Wed, 25 Jan 2012 23:45:02 +0200 |
parents | d8220ad46879 |
children |
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/wiki1-export.tar.gz tar xzf wiki1-export.tar.gz mv wiki1-export/*.txt wiki/ rm -rf wiki1-export wiki1-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