common/autoconf/autogen.sh
changeset 20363 fa7663fc5d50
parent 19525 9dac5000c015
child 22714 a752920c4317
--- a/common/autoconf/autogen.sh	Wed Oct 09 18:51:32 2013 -0700
+++ b/common/autoconf/autogen.sh	Thu Oct 10 14:58:19 2013 +0200
@@ -62,7 +62,7 @@
   # We have custom sources available; also generate configure script
   # with custom hooks compiled in.
   cat $script_dir/configure.ac | sed -e "s|@DATE_WHEN_GENERATED@|$TIMESTAMP|" | \
-    sed -e "s|#CUSTOM_AUTOCONF_INCLUDE|m4_include([$custom_hook])|" | ${AUTOCONF} -W all -I$script_dir - > $custom_script_dir/generated-configure.sh
+      sed -e "s|#CUSTOM_AUTOCONF_INCLUDE|m4_include([$custom_hook])|" | ${AUTOCONF} -W all -I$script_dir - > $custom_script_dir/generated-configure.sh
   rm -rf autom4te.cache
 else
   echo No custom hook found:  $custom_hook