1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

r6477: Remove call to autoheader as autogenerated header files are not used

by talloc
This commit is contained in:
Jelmer Vernooij 2005-04-26 03:42:02 +00:00 committed by Gerald (Jerry) Carter
parent 27b987d267
commit 5ca8a85206

View File

@ -1,6 +1,6 @@
#!/bin/sh
(autoheader && autoconf) || exit 1
autoconf || exit 1
echo "Now run ./configure and then make."
exit 0