~zeitgeist/plank/zeitgeist

« back to all changes in this revision

Viewing changes to autogen.sh

  • Committer: Rico Tzschichholz
  • Date: 2011-01-18 21:25:01 UTC
  • Revision ID: ricotz@t-online.de-20110118212501-0e1bo5a4i2x0xynh
update and clean buildsys

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
}
15
15
 
16
16
if which gnome-autogen.sh ; then
17
 
  REQUIRED_AUTOMAKE_VERSION=1.9 . gnome-autogen.sh
 
17
  REQUIRED_AUTOMAKE_VERSION=1.11 . gnome-autogen.sh
18
18
else
19
19
  if which intltoolize && which autoreconf ; then
20
20
    intltoolize --copy --force --automake || \