pawandubey / superswitcher

Automatically exported from code.google.com/p/superswitcher
GNU General Public License v2.0
0 stars 0 forks source link

Typo in autogen.sh #37

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Not quite sure if this is really the right place for a lousy typo, but I 
noticed this while building from source.

What steps will reproduce the problem?
1. Run autoget.sh without glib-gettext

What is the expected output? What do you see instead?
Expected:
checking for glib-gettext >= 2.2.0...
  testing glib-gettextize... not found.
***Error***: You must have glib-gettext >= 2.2.0 installed
  to build superswitcher.  Download the appropriate package for
  from your distribution or get the source tarball at
    ftp://ftp.gtk.org/pub/gtk/v2.2/glib-2.2.0.tar.gz

Instead:
checking for glib-gettext >= 2.2.0...
  testing glib-gettextize... not found.
***Error***: You must have glib-gettext >= 2.2.0 installed
  to build superswticher.  Download the appropriate package for
  from your distribution or get the source tarball at
    ftp://ftp.gtk.org/pub/gtk/v2.2/glib-2.2.0.tar.gz

What version of the product are you using? On what operating system?
Latest version from SVN (at the time of writing).

Original issue reported on code.google.com by fransdej...@gmail.com on 6 Apr 2009 at 8:37

GoogleCodeExporter commented 8 years ago
Should be fixed by r38.

Thanks!

Original comment by nigel.ta...@gmail.com on 31 Jan 2010 at 12:04