Jajcus / jggtrans

Jabber to GaduGadu gateway ('transport')
http://jggtrans.jajcus.net/
GNU General Public License v2.0
14 stars 7 forks source link

Unable to autogen.sh 1fbb9c0ae24c841d253c2efd5d31c65a7a4c525b #33

Open blaa opened 10 years ago

blaa commented 10 years ago

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:

After removing autogen.sh, configure and make passed correctly.