X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=autogen.sh;fp=autogen.sh;h=32f085b7f9b0e0e53bad941571efb871a9f5c454;hb=9e86010ce13b72921b4887b235d209adc6d263b7;hp=0000000000000000000000000000000000000000;hpb=1ef78043a28df140e5302a4e00635e3d0792dbeb;p=febootstrap.git diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 0000000..32f085b --- /dev/null +++ b/autogen.sh @@ -0,0 +1,5 @@ +#!/bin/sh - + +export AUTOMAKE='automake --foreign --add-missing' +autoreconf +./configure "$@"