1 # Original Author was Kalle@kde.org
2 # I lifted it in some mater. (Stephan Kulow)
3 # I used much code from Janos Farkas
5 dnl Process this file with autoconf to produce a configure script.
7 AC_INIT(acinclude.m4) dnl a source file from your sub dir
9 dnl This is so we can use kde-common
10 AC_CONFIG_AUX_DIR(admin)
15 dnl Automake doc recommends to do this only here. (Janos)
16 AM_INIT_AUTOMAKE(@MODULENAME@, @VERSION@) dnl searches for some needed programs
20 dnl generate the config header
21 AM_CONFIG_HEADER(config.h) dnl at the distribution this done
23 dnl Checks for programs.
29 dnl for NLS support. Call them in this order!
30 dnl WITH_NLS is for the po files
35 dnl Perform program name transformation