* autogen.sh: Do not try to delete nonexistant files.

* util/import_gcrypth.sed: Add some missing header removals.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-01-12 16:14:09 +01:00
parent 01323d49bf
commit 4d7219f90b
3 changed files with 22 additions and 6 deletions

View file

@ -1,7 +1,12 @@
/^#@INSERT_SYS_SELECT_H@/ d
/^@FALLBACK_SOCKLEN_T@/ d
/^#include <stdlib\.h>/ d
/^#include <string\.h>/ d
/^#include <gpg-error\.h>/ s,#include <gpg-error.h>,#include <grub/gcrypt/gpg-error.h>,
/^# *include <stdlib\.h>/ d
/^# *include <string\.h>/ d
/^# *include <winsock2\.h>/ d
/^# *include <ws2tcpip\.h>/ d
/^# *include <time\.h>/ d
/^# *include <sys\/socket\.h>/ d
/^# *include <sys\/time\.h>/ d
/^# *include <gpg-error\.h>/ s,#include <gpg-error.h>,#include <grub/gcrypt/gpg-error.h>,
s,_gcry_mpi_invm,gcry_mpi_invm,g
p