Skip to content

Commit

Permalink
Use the recommended autoreconf command
Browse files Browse the repository at this point in the history
  • Loading branch information
praiskup committed Sep 23, 2021
1 parent dd68eff commit ef039f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
9 changes: 2 additions & 7 deletions autogen.sh
@@ -1,9 +1,4 @@
#!/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

autoreconf -vfi
( cd widgets && ./autogen.sh )
9 changes: 2 additions & 7 deletions widgets/autogen.sh
@@ -1,11 +1,6 @@
#!/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

autoreconf -vfi

# Remove the old symlink if present
if [ -h src/gettext.h ] ; then rm src/gettext.h ; fi
Expand Down

0 comments on commit ef039f5

Please sign in to comment.