Subversion Repositories public

Rev

Rev 43 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 43 Rev 58
Line 38... Line 38...
38
AC_CANONICAL_SYSTEM 
38
AC_CANONICAL_SYSTEM 
39
dnl Perform program name transformation
39
dnl Perform program name transformation
40
AC_ARG_PROGRAM
40
AC_ARG_PROGRAM
41
 
41
 
42
dnl Automake doc recommends to do this only here. (Janos)
42
dnl Automake doc recommends to do this only here. (Janos)
43
AM_INIT_AUTOMAKE(tilgungsplan, 0.1) dnl searches for some needed programs
43
AM_INIT_AUTOMAKE(tilgungsplan, 0.2) dnl searches for some needed programs
44
 
44
 
45
KDE_SET_PREFIX
45
KDE_SET_PREFIX
46
 
46
 
47
dnl generate the config header
47
dnl generate the config header
48
AM_CONFIG_HEADER(config.h) dnl at the distribution this done
48
AM_CONFIG_HEADER(config.h) dnl at the distribution this done