ObjFW  Diff

Differences From Artifact [3936c3cbbf]:

To Artifact [07e64ecb56]:


1

2
3
4
#!/bin/sh

aclocal -I m4 || exit 1
autoconf || exit 1
autoheader || exit 1

>
|
|
|
1
2
3
4
5
#!/bin/sh
set -e
aclocal -I m4
autoconf
autoheader