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 | dabb02d2822d9c8ecf67642a7d9d06b358d39247 (patch) | |
tree | b40430991fc97f9e6fb00fde117a8ad39feff1b7 /Makefile.am | |
parent | a3c1e86ffa9b75d4e027843d6c3d23249247cad5 (diff) | |
download | gdk-pixbuf-dabb02d2822d9c8ecf67642a7d9d06b358d39247.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 |