diff options
Diffstat (limited to 'krootwarning/admin/configure.in.min')
-rw-r--r-- | krootwarning/admin/configure.in.min | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/krootwarning/admin/configure.in.min b/krootwarning/admin/configure.in.min index d4a293b..7c7e25a 100644 --- a/krootwarning/admin/configure.in.min +++ b/krootwarning/admin/configure.in.min @@ -1,3 +1,21 @@ +dnl This file is part of the KDE libraries/packages +dnl Copyright (C) 2001 Stephan Kulow (coolo@kde.org) + +dnl This file is free software; you can redistribute it and/or +dnl modify it under the terms of the GNU Library General Public +dnl License as published by the Free Software Foundation; either +dnl version 2 of the License, or (at your option) any later version. + +dnl This library is distributed in the hope that it will be useful, +dnl but WITHOUT ANY WARRANTY; without even the implied warranty of +dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +dnl Library General Public License for more details. + +dnl You should have received a copy of the GNU Library General Public License +dnl along with this library; see the file COPYING.LIB. If not, write to +dnl the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +dnl Boston, MA 02111-1307, USA. + # Original Author was Kalle@kde.org # I lifted it in some mater. (Stephan Kulow) # I used much code from Janos Farkas @@ -35,4 +53,5 @@ dnl for NLS support. Call them in this order! dnl WITH_NLS is for the po files AM_KDE_WITH_NLS +dnl KDE_USE_QT AC_PATH_KDE |