qubes-installer-qubes-os/anaconda/widgets/autogen.sh
Marek Marczykowski-Górecki 701ced5ddb anaconda: update to 22.20.13-1
Apply diff anaconda-21.48.21-1..anaconda-22.20.13-1
2016-03-22 02:27:17 +13:00

13 lines
296 B
Bash
Executable File

#!/bin/bash -e
[ -d m4 ] || mkdir m4
libtoolize --copy --force
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