mcabber/configure.ac
changeset 2175 6b2403ddecb3
parent 2165 db6ca1e1e082
child 2176 ef35d7458223
equal deleted inserted replaced
2174:b3742d9ad961 2175:6b2403ddecb3
     1 #                                               -*- Autoconf -*-
     1 #                                               -*- Autoconf -*-
     2 # Process this file with autoconf to produce a configure script.
     2 # Process this file with autoconf to produce a configure script.
     3 
     3 
     4 AC_PREREQ(2.59)
     4 AC_PREREQ(2.59)
     5 AC_INIT([mcabber],[0.10.4-dev],[mcabber@lilotux.net])
     5 AC_INIT([mcabber],[1.0.0],[mcabber@lilotux.net])
     6 XC_AUTOMAKE
     6 XC_AUTOMAKE
     7 AC_CONFIG_SRCDIR([mcabber])
     7 AC_CONFIG_SRCDIR([mcabber])
     8 AC_CONFIG_HEADERS([mcabber/config.h])
     8 AC_CONFIG_HEADERS([mcabber/config.h])
     9 AC_CONFIG_HEADERS([include/config.h])
     9 AC_CONFIG_HEADERS([include/config.h])
    10 
    10