GNOME Bugzilla – Bug 699990
autogen.sh fails on posix shells
Last modified: 2013-05-10 14:51:22 UTC
./autogen.sh calls pushd and popd which are not available in POSIX shells. autogen.sh should either have /bin/bash as the hashbang or do the pushd/popd thing differently.
Fixed on master.
*** Bug 700078 has been marked as a duplicate of this bug. ***