diff options
author | Manish Singh <yosh@src.gnome.org> | 1998-12-17 05:21:45 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 1998-12-17 05:21:45 +0000 |
commit | a9575223a6aa8dafd08736a3f615e32d6f7cd61c (patch) | |
tree | 3b443db1ac4671f7c571ad0016e5cac374fa6e1b /autogen.sh | |
parent | b0ecac9fa15c46128ac14b354f5b048bd93dd465 (diff) | |
download | gdk-pixbuf-a9575223a6aa8dafd08736a3f615e32d6f7cd61c.tar.gz |
rm -rf intl breaks --disable-nls, put it back
* autogen.sh: rm -rf intl breaks --disable-nls, put it back
* gtkbutton.[ch]
* gtktogglebutton.c: s/(enter|leave)/$1_button/g.
Digital: 1 GTK+: 0 (for now)
-Yosh
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/autogen.sh b/autogen.sh index 35a163264..6a8d3b0fe 100755 --- a/autogen.sh +++ b/autogen.sh @@ -79,9 +79,6 @@ echo "Running gettextize... Ignore non-fatal messages." # while making dist. echo "no" | gettextize --copy --force -# We don't need ./intl -rm -rf intl - aclocal $ACLOCAL_FLAGS # optionally feature autoheader |