diff options
author | Denis Kozadaev <[email protected]> | 2020-01-30 22:13:12 +0300 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-03-08 02:20:30 +0100 |
commit | 2f62c82540f5cf9ecef958f44c313708501bd502 (patch) | |
tree | 10844e1bf0d072ec6cf53cfb5b38a13d6815510c /dilos/tdeedu/debian/patches/common/04_am_maintainer_mode.diff | |
parent | 7fd30a628a334eae2bbcbb89bb7ced49549a6070 (diff) | |
download | tde-packaging-2f62c82540f5cf9ecef958f44c313708501bd502.tar.gz tde-packaging-2f62c82540f5cf9ecef958f44c313708501bd502.zip |
DilOS: tdeedu build pack
Signed-off-by: Denis Kozadaev <[email protected]>
(cherry picked from commit fd388b53035add95b3b3c3121fb9c62a6b642353)
Diffstat (limited to 'dilos/tdeedu/debian/patches/common/04_am_maintainer_mode.diff')
-rw-r--r-- | dilos/tdeedu/debian/patches/common/04_am_maintainer_mode.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dilos/tdeedu/debian/patches/common/04_am_maintainer_mode.diff b/dilos/tdeedu/debian/patches/common/04_am_maintainer_mode.diff new file mode 100644 index 000000000..391a80285 --- /dev/null +++ b/dilos/tdeedu/debian/patches/common/04_am_maintainer_mode.diff @@ -0,0 +1,11 @@ +--- a/admin/configure.in.min ++++ b/admin/configure.in.min +@@ -38,6 +38,8 @@ + dnl Automake doc recommends to do this only here. (Janos) + AM_INIT_AUTOMAKE(@MODULENAME@, @VERSION@) dnl searches for some needed programs + ++AM_MAINTAINER_MODE ++ + KDE_SET_PREFIX + + dnl generate the config header |