ObjFW  Diff

Differences From Artifact [d0ae45f9ae]:

To Artifact [acec2711ea]:


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




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