You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
225 B
11 lines
225 B
15 years ago
|
#MIN_CONFIG(3.0.0)
|
||
|
|
||
|
AM_INIT_AUTOMAKE(%{APPNAMELC}, %{VERSION})
|
||
|
AC_C_BIGENDIAN
|
||
12 years ago
|
AC_CHECK_TDEMAXPATHLEN
|
||
15 years ago
|
|
||
11 years ago
|
KDE_CHECK_HEADERS([tdevelop/tdevcore.h])
|
||
13 years ago
|
KDE_CHECK_LIB([tdevelop],main,
|
||
12 years ago
|
[LIBTDEVELOP="-ltdevelop"])
|
||
|
AC_SUBST(LIBTDEVELOP)
|