You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.
Had to manually edit configure.ac line:
+#AC_CONFIG_FILES([Makefile src/Makefile po/Makefile.in po/Makefile.in])
AC_CONFIG_FILES([Makefile src/Makefile po/Makefile.in])
Removed additional repetition of po/Makefile.in
Before removing the error was:
touch po/Makefile.in m4/Makefile
aclocal -I m4
configure.ac:68: error: `po/Makefile.in' is already registered with AC_CONFIG_FILES.
../../lib/autoconf/status.m4:288: AC_CONFIG_FILES is expanded from...
configure.ac:68: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
aclocal: autom4te failed with exit status: 1
exit 1
After removing autogen.sh, configure and make passed correctly.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Had to manually edit configure.ac line:
+#AC_CONFIG_FILES([Makefile src/Makefile po/Makefile.in po/Makefile.in])
AC_CONFIG_FILES([Makefile src/Makefile po/Makefile.in])
Removed additional repetition of po/Makefile.in
Before removing the error was:
configure.ac:68: error: `po/Makefile.in' is already registered with AC_CONFIG_FILES.
../../lib/autoconf/status.m4:288: AC_CONFIG_FILES is expanded from...
configure.ac:68: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
aclocal: autom4te failed with exit status: 1
After removing autogen.sh, configure and make passed correctly.
The text was updated successfully, but these errors were encountered: