common/autoconf/autogen.sh

changeset 839
174a54ce39c4
parent 783
92facce22941
child 1133
50aaf272884f
child 2212
dd97daafa80b
     1.1 --- a/common/autoconf/autogen.sh	Wed Oct 09 18:51:32 2013 -0700
     1.2 +++ b/common/autoconf/autogen.sh	Thu Oct 10 14:58:19 2013 +0200
     1.3 @@ -62,7 +62,7 @@
     1.4    # We have custom sources available; also generate configure script
     1.5    # with custom hooks compiled in.
     1.6    cat $script_dir/configure.ac | sed -e "s|@DATE_WHEN_GENERATED@|$TIMESTAMP|" | \
     1.7 -    sed -e "s|#CUSTOM_AUTOCONF_INCLUDE|m4_include([$custom_hook])|" | ${AUTOCONF} -W all -I$script_dir - > $custom_script_dir/generated-configure.sh
     1.8 +      sed -e "s|#CUSTOM_AUTOCONF_INCLUDE|m4_include([$custom_hook])|" | ${AUTOCONF} -W all -I$script_dir - > $custom_script_dir/generated-configure.sh
     1.9    rm -rf autom4te.cache
    1.10  else
    1.11    echo No custom hook found:  $custom_hook

mercurial