swh:1:snp:c7c108084bc0bf3d81436bf980b46e98bd338453
Raw File
Tip revision: 1480d917904551e427fa49316518d50ea665be34 authored by Pascal de Bruijn on 31 January 2012, 19:00:44 UTC
lighttable: less images in a row by default
Tip revision: 1480d91
autogen.sh
#!/bin/sh

dir=$(dirname $(readlink -f $0))/tools

if [ ! -f $dir/version.sh ]; then
    $dir/create_version_sh.sh
fi
. $dir/version.sh

sed -e "s/REPLACE_WITH_DT_VERSION/$dt_decoration/" < configure.ac.in > configure.ac
autoreconf --install --force
intltoolize --copy --force --automake




back to top