Skip to content
Snippets Groups Projects
Commit 303d00ad authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

release script: Add seam for autoconf.

parent 376cf45d
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
# meant to be included in shell scripts
package=$(autoconf '--trace=AC_INIT:$1#$2')
package=$(${AUTOCONF-autoconf} -f '--trace=AC_INIT:$1#$2')
version=${package#*#}
package=${package%#*}
hostname=${hostname-$(hostname)}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment