#!/bin/sh
#******************************************************************************#
#                                                                              #
#   reconfigure                                                                #
#   | Project : TuQuoque                                                       #
#                                                                              #
#   By: thomas <thomas@touhey.fr>                                              #
#   Last updated: 2016/05/22 23:13:42                                          #
#                                                                              #
#******************************************************************************#
# Simple shorthand for ./configure
$(dirname $0)/configure --re "$@"
