[d-feet: 6/7] build: Remove autotools



commit fcc307b7a80bec705718df52bbc4169b8d34d359
Author: Iñigo Martínez <inigomartinez gmail com>
Date:   Wed Dec 19 14:01:46 2018 +0100

    build: Remove autotools
    
    To avoid the burden of maintaining multiple build systems, this
    patch removes autotools support.

 .gitignore             | 14 ------------
 Makefile.am            | 10 ---------
 autogen.sh             | 40 ----------------------------------
 configure.ac           | 57 ------------------------------------------------
 data/Makefile.am       | 35 ------------------------------
 data/icons/Makefile.am | 59 --------------------------------------------------
 data/ui/Makefile.am    | 13 -----------
 help/Makefile.am       | 12 ----------
 po/POTFILES.skip       |  1 -
 src/Makefile.am        | 34 -----------------------------
 src/dfeet/Makefile.am  | 16 --------------
 src/tests/Makefile.am  | 19 ----------------
 12 files changed, 310 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 113516e..7c9102d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,20 +10,9 @@ test/
 dist/
 build/
 build-aux/
-Makefile
-Makefile.in
-Makefile.in.in
 *.tar.bz2
 *.tar.xz
 ABOUT-NLS
-aclocal.m4
-autom4te.cache/
-config.guess
-config.log
-config.rpath
-config.status
-config.sub
-configure
 data/d-feet.desktop
 data/d-feet.desktop.in
 data/org.gnome.d-feet.gschema.valid
@@ -31,11 +20,8 @@ data/d-feet.appdata.xml
 help/??/*.mo
 help/??/*.page
 help/??/*.stamp
-install-sh
-m4/
 missing
 po/.intltool-merge-cache
-po/Makevars.template
 po/POTFILES
 po/Rules-quot
 po/boldquot.sed


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]