diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -141,10 +141,6 @@ if test -n "$GNULIB_TOOL"; then --import $GNULIB_MODULES_FOR_SRC $GNULIB_MODULES_OTHER fi -aclocal -autoconf -automake - (cd autoconf-lib-link aclocal -I m4 -I ../m4 autoconf @@ -184,4 +180,8 @@ cp -p gettext-runtime/ABOUT-NLS gettext-tools/ABOUT-NLS fi ) +aclocal +autoconf +automake + cp -p autoconf-lib-link/config.rpath build-aux/config.rpath |