diff options
author | Owen Taylor <otaylor@redhat.com> | 1998-12-15 21:08:52 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1998-12-15 21:08:52 +0000 |
commit | 85917c0bf99c4573d42f98386022f99d18cbe8d5 (patch) | |
tree | 94719e8af9d020e3f80c093850931611df57cc3a /Makefile.am | |
parent | 9823847b437796f000bc99eab39f4780515e2dba (diff) | |
download | gdk-pixbuf-85917c0bf99c4573d42f98386022f99d18cbe8d5.tar.gz |
Provide a hacked version of the gettext macros that never use the included
Tue Dec 15 16:06:15 1998 Owen Taylor <otaylor@redhat.com>
* acinclude.m4: Provide a hacked version of the
gettext macros that never use the included gettext.
* Makefile.am configure.in: Remove references
to intl/
* autogen.sh: Don't run gettextize.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index d52903d81..616b9c9b3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in SRC_SUBDIRS = gdk gtk -SUBDIRS = intl po $(SRC_SUBDIRS) docs +SUBDIRS = po $(SRC_SUBDIRS) docs bin_SCRIPTS = gtk-config |