mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-07 19:35:50 +01:00
Remove references to glib.spec. (#102231)
Thu Jan 30 16:45:13 2003 Owen Taylor <otaylor@redhat.com> * Makefile.am: Remove references to glib.spec. (#102231) * configure.in: Don't generate glib.spec.
This commit is contained in:
parent
4b18121e83
commit
305742130f
@ -1,3 +1,10 @@
|
|||||||
|
Thu Jan 30 16:45:13 2003 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* Makefile.am: Remove references to glib.spec.
|
||||||
|
(#102231)
|
||||||
|
|
||||||
|
* configure.in: Don't generate glib.spec.
|
||||||
|
|
||||||
Tue Jan 28 16:08:56 2003 Owen Taylor <otaylor@redhat.com>
|
Tue Jan 28 16:08:56 2003 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* m4macros/glib-gettext.m4: If msgfmt isn't found,
|
* m4macros/glib-gettext.m4: If msgfmt isn't found,
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
Thu Jan 30 16:45:13 2003 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* Makefile.am: Remove references to glib.spec.
|
||||||
|
(#102231)
|
||||||
|
|
||||||
|
* configure.in: Don't generate glib.spec.
|
||||||
|
|
||||||
Tue Jan 28 16:08:56 2003 Owen Taylor <otaylor@redhat.com>
|
Tue Jan 28 16:08:56 2003 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* m4macros/glib-gettext.m4: If msgfmt isn't found,
|
* m4macros/glib-gettext.m4: If msgfmt isn't found,
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
Thu Jan 30 16:45:13 2003 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* Makefile.am: Remove references to glib.spec.
|
||||||
|
(#102231)
|
||||||
|
|
||||||
|
* configure.in: Don't generate glib.spec.
|
||||||
|
|
||||||
Tue Jan 28 16:08:56 2003 Owen Taylor <otaylor@redhat.com>
|
Tue Jan 28 16:08:56 2003 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* m4macros/glib-gettext.m4: If msgfmt isn't found,
|
* m4macros/glib-gettext.m4: If msgfmt isn't found,
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
Thu Jan 30 16:45:13 2003 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* Makefile.am: Remove references to glib.spec.
|
||||||
|
(#102231)
|
||||||
|
|
||||||
|
* configure.in: Don't generate glib.spec.
|
||||||
|
|
||||||
Tue Jan 28 16:08:56 2003 Owen Taylor <otaylor@redhat.com>
|
Tue Jan 28 16:08:56 2003 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* m4macros/glib-gettext.m4: If msgfmt isn't found,
|
* m4macros/glib-gettext.m4: If msgfmt isn't found,
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
Thu Jan 30 16:45:13 2003 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* Makefile.am: Remove references to glib.spec.
|
||||||
|
(#102231)
|
||||||
|
|
||||||
|
* configure.in: Don't generate glib.spec.
|
||||||
|
|
||||||
Tue Jan 28 16:08:56 2003 Owen Taylor <otaylor@redhat.com>
|
Tue Jan 28 16:08:56 2003 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* m4macros/glib-gettext.m4: If msgfmt isn't found,
|
* m4macros/glib-gettext.m4: If msgfmt isn't found,
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
Thu Jan 30 16:45:13 2003 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* Makefile.am: Remove references to glib.spec.
|
||||||
|
(#102231)
|
||||||
|
|
||||||
|
* configure.in: Don't generate glib.spec.
|
||||||
|
|
||||||
Tue Jan 28 16:08:56 2003 Owen Taylor <otaylor@redhat.com>
|
Tue Jan 28 16:08:56 2003 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* m4macros/glib-gettext.m4: If msgfmt isn't found,
|
* m4macros/glib-gettext.m4: If msgfmt isn't found,
|
||||||
|
@ -12,7 +12,6 @@ INCLUDES = -DG_LOG_DOMAIN=g_log_domain_glib @GLIB_DEBUG_FLAGS@ \
|
|||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
ChangeLog.pre-2-0 \
|
ChangeLog.pre-2-0 \
|
||||||
ChangeLog.pre-1-2 \
|
ChangeLog.pre-1-2 \
|
||||||
glib.spec.in \
|
|
||||||
glib-zip.in \
|
glib-zip.in \
|
||||||
NEWS.pre-1-3 \
|
NEWS.pre-1-3 \
|
||||||
acglib.m4 \
|
acglib.m4 \
|
||||||
@ -38,8 +37,8 @@ EXTRA_DIST = \
|
|||||||
# These may be in the builddir too
|
# These may be in the builddir too
|
||||||
BUILT_EXTRA_DIST = \
|
BUILT_EXTRA_DIST = \
|
||||||
glibconfig.h.win32 \
|
glibconfig.h.win32 \
|
||||||
config.h.win32 \
|
config.h.win32
|
||||||
glib.spec
|
|
||||||
|
|
||||||
configexecincludedir = $(libdir)/glib-2.0/include
|
configexecincludedir = $(libdir)/glib-2.0/include
|
||||||
#configexecinclude_DATA = glibconfig.h
|
#configexecinclude_DATA = glibconfig.h
|
||||||
|
@ -2460,7 +2460,6 @@ gthread-2.0.pc
|
|||||||
gthread-2.0-uninstalled.pc
|
gthread-2.0-uninstalled.pc
|
||||||
gobject-2.0.pc
|
gobject-2.0.pc
|
||||||
gobject-2.0-uninstalled.pc
|
gobject-2.0-uninstalled.pc
|
||||||
glib.spec
|
|
||||||
glib-zip
|
glib-zip
|
||||||
glib-gettextize
|
glib-gettextize
|
||||||
Makefile
|
Makefile
|
||||||
|
Loading…
x
Reference in New Issue
Block a user