ObjFW  Diff

Differences From Artifact [a642be08d3]:

To Artifact [d0ae45f9ae]:


1
2
3

4
#!/bin/sh
aclocal -I m4 || exit 1
autoconf || exit 1

./configure $@



>

1
2
3
4
5
#!/bin/sh
aclocal -I m4 || exit 1
autoconf || exit 1
autoheader || exit 1
./configure $@