Skip to content

Commit 2e5baf6

Browse files
committed
Update GNU Build System
Suppress warnings (raised by outdated AM_GLIB_GNU_GETTEXT).
1 parent 716367b commit 2e5baf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autogen.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ libtoolize --copy --force --quiet || exit
1313
aclocal || exit
1414
autoheader || exit
1515
automake --copy --force-missing --add-missing --gnu 2>&1 | sed "/installing/d" || exit
16-
autoconf || exit
16+
autoconf -Wno-obsolete || exit
1717

1818
echo "done."
1919

0 commit comments

Comments
 (0)