mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-08 17:08:45 +02:00
build: Drop autotools support
So long, and thanks for everything. We’re a Meson-only shop now. glib-2-58 will remain the last stable GLib release series which is buildable using autotools. We continue to install autoconf macros for autotools-using projects which depend on GLib; they are stable API. Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
29
.gitignore
vendored
29
.gitignore
vendored
@@ -1,6 +1,4 @@
|
||||
# for all subdirectories
|
||||
Makefile.in
|
||||
Makefile
|
||||
TAGS
|
||||
tags
|
||||
.libs
|
||||
@@ -23,33 +21,6 @@ tags
|
||||
*.log
|
||||
*.trs
|
||||
|
||||
# autofoo stuff here
|
||||
compile
|
||||
config.cache
|
||||
config.guess
|
||||
config.h
|
||||
config.h.in
|
||||
config.h-new
|
||||
config.log
|
||||
config.lt
|
||||
config.rpath
|
||||
config.status*
|
||||
config.sub
|
||||
configure
|
||||
depcomp
|
||||
aclocal.m4
|
||||
autom4te.cache
|
||||
stamp-*
|
||||
libtool
|
||||
ltmain.sh
|
||||
mingw32-config.cache
|
||||
missing
|
||||
install-sh
|
||||
glib-gettextize
|
||||
gtk-doc.make
|
||||
py-compile
|
||||
test-driver
|
||||
|
||||
INSTALL
|
||||
/glib-lcov.info
|
||||
/glib-lcov/
|
||||
|
Reference in New Issue
Block a user