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.
16 lines
403 B
16 lines
403 B
#MIN_CONFIG(3.2.0)
|
|
|
|
AM_INIT_AUTOMAKE(autostart, 0.1)
|
|
AC_C_BIGENDIAN
|
|
AC_CHECK_KDEMAXPATHLEN
|
|
|
|
# These numbers should be tweaked on every release. Read carefully:
|
|
# http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
|
|
# http://sourceware.org/autobook/autobook/autobook_91.html
|
|
lt_current="1"
|
|
lt_revision="0"
|
|
lt_age="0"
|
|
AC_SUBST(lt_current)
|
|
AC_SUBST(lt_revision)
|
|
AC_SUBST(lt_age)
|