You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qubes-installer-qubes-os/anaconda/widgets/autogen.sh

14 lines
313 B

#!/bin/bash -e
[ -d m4 ] || mkdir m4
libtoolize --copy --force
gtkdocize --copy
aclocal -I m4
autoconf
autoheader --force
automake --foreign --add-missing --copy
rm -rf autom4te.cache
# Remove the old symlink if present
if [ -h src/gettext.h ] ; then rm src/gettext.h ; fi
cp -f /usr/share/gettext/gettext.h src