Integrate import_gcry.py in autogen.sh.

This commit is contained in:
Robert Millan 2009-11-17 10:22:54 +00:00
parent 59917f8496
commit 0ef45b9398
2 changed files with 7 additions and 3 deletions

View file

@ -4,7 +4,11 @@ set -e
autoconf
autoheader
echo timestamp > stamp-h.in
python util/import_gcry.py lib/libgcrypt/ .
for rmk in conf/*.rmk ${GRUB_CONTRIB}/*/conf/*.rmk; do
if test -e $rmk ; then
ruby genmk.rb < $rmk > `echo $rmk | sed 's/\.rmk$/.mk/'`