Browse Source

build: include common.am in Makefile.am stubs we create.

undefined
Sam Hocevar 10 years ago
parent
commit
d4144b1730
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      bootstrap

+ 2
- 1
bootstrap View File

@@ -34,7 +34,8 @@ sed -ne '/AC_CONFIG_FILES/,$p' configure.ac \
mkdir -p "${p%/*}"
;;
esac
echo "# Stub created by bootstrap" > "${required}"
echo '# Stub created by bootstrap' > "${required}"
echo 'include $(top_srcdir)/build/autotools/common.am' >> "${required}"
fi
done



Loading…
Cancel
Save