Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Unable to autogen.sh 1fbb9c0ae24c841d253c2efd5d31c65a7a4c525b #33

Open
blaa opened this issue Jan 26, 2014 · 0 comments
Open

Unable to autogen.sh 1fbb9c0ae24c841d253c2efd5d31c65a7a4c525b #33

blaa opened this issue Jan 26, 2014 · 0 comments

Comments

@blaa
Copy link

blaa commented Jan 26, 2014

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant