call make-proto
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3336 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
12
fix-export
12
fix-export
@@ -8,4 +8,16 @@ autoconf
|
||||
autoheader
|
||||
automake
|
||||
(cd doc; makeinfo heimdal.texi)
|
||||
(cd lib/krb5; perl ../../aux/make-proto.pl `perl -e '
|
||||
do {
|
||||
$_ = <>;
|
||||
} until(/libkrb5_a_SOURCES/);
|
||||
while(/\\\\\s*$/s){
|
||||
$_ = $_ . <>;
|
||||
}
|
||||
s/\n//g;
|
||||
s/\\\\//g;
|
||||
s/.*=//;
|
||||
s/\s+/ /g;
|
||||
print;' Makefile.in` > krb5-protos.h)
|
||||
rm fix-export make-release make-release.el
|
||||
|
Reference in New Issue
Block a user