aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2020-03-31 14:56:45 +0200
committerGuido Günther <agx@sigxcpu.org>2020-03-31 14:56:45 +0200
commitfe2af56cf1c62cbf1991f43510e0718bd46d3350 (patch)
tree68e91cbae6ac64353a6efd14f3879375889a4e73 /configure.ac
parent8d46d24e23836a0651abd14af67788d43f0416c9 (diff)
Remove autotools support
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac40
1 files changed, 0 insertions, 40 deletions
diff --git a/configure.ac b/configure.ac
deleted file mode 100644
index 429b404..0000000
--- a/configure.ac
+++ /dev/null
@@ -1,40 +0,0 @@
-# -*- Autoconf -*-
-
-AC_PREREQ([2.67])
-AC_INIT([prepaid-manager-applet], [0.0.3.1],
- [https://honk.sigxcpu.org/piki/projects/ppm/])
-AM_INIT_AUTOMAKE([dist-xz -Wno-portability])
-
-IT_PROG_INTLTOOL([0.35.0])
-
-GLIB_REQUIRED=2.25.6
-GTK_REQUIRED=3.0.0
-PYGOBJECT_REQUIRED=3.0
-
-PKG_CHECK_MODULES(PPM, [glib-2.0 >= $GLIB_REQUIRED
- gtk+-3.0 >= $GTK_REQUIRED
- pygobject-3.0 >= $PYGOBJECT_REQUIRED])
-
-GETTEXT_PACKAGE=prepaid-manager-applet
-AC_SUBST(GETTEXT_PACKAGE)
-AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext package])
-AM_GLIB_GNU_GETTEXT
-
-GLIB_GSETTINGS
-
-GNOME_DOC_INIT
-
-AC_CONFIG_FILES([
-Makefile
-data/Makefile
-data/icons/Makefile
-data/icons/scalable/Makefile
-data/icons/128x128/Makefile
-data/icons/64x64/Makefile
-data/icons/48x48/Makefile
-data/icons/32x32/Makefile
-po/Makefile.in
-src/Makefile
-src/ppm/Makefile
-])
-AC_OUTPUT