~lightdm-gtk-greeter-team/lightdm-gtk-greeter/trunk

« back to all changes in this revision

Viewing changes to autogen.sh

  • Committer: Sean Davis
  • Date: 2018-02-19 02:47:53 UTC
  • Revision ID: smd.seandavis@gmail.com-20180219024753-yc41spmznq9ime7e
Finish gnome-common build deprecation based on https://github.com/phako/gtkterm/commit/f3d567c9e03354940fa23a183ba900649cee5121

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
        echo "" >&2
23
23
fi
24
24
 
 
25
aclocal --install || exit 1
25
26
autoreconf --verbose --force --install || exit 1
26
27
 
27
28
cd "$olddir"