diff options
author | Denis Kozadaev <[email protected]> | 2020-01-30 22:13:12 +0300 |
---|---|---|
committer | TDE Gitea <[email protected]> | 2020-03-08 01:19:48 +0000 |
commit | fd388b53035add95b3b3c3121fb9c62a6b642353 (patch) | |
tree | 7be9eb179739189fc0ee8f0ea484e6e011907b98 /dilos/tdeedu/debian/patches/common/04_am_maintainer_mode.diff | |
parent | 9f9a029df53111c614780e8790e5f5cbe367f94e (diff) | |
download | tde-packaging-fd388b53035add95b3b3c3121fb9c62a6b642353.tar.gz tde-packaging-fd388b53035add95b3b3c3121fb9c62a6b642353.zip |
DilOS: tdeedu build pack
Signed-off-by: Denis Kozadaev <[email protected]>
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 |