qubes-installer-qubes-os/anaconda/widgets/autogen.sh
Marek Marczykowski-Górecki f73b3741f0 Update anaconda to 20.25.16
Apply result of "git diff anaconda-18.37.11-1..anaconda-20.25.16-1" and
resolve conflicts.
2014-04-08 05:50:31 +02:00

14 lines
313 B
Bash
Executable File

#!/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