comparison configure.ac @ 14537:f915d073868f

[gaim-migrate @ 17258] Unless I'm missing something, VERSION.in isn't used at all anymore committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Tue, 12 Sep 2006 04:52:55 +0000
parents 5eb3c200ac4f
children fe9222bf8b1d
comparison
equal deleted inserted replaced
14536:f32406e0dd3f 14537:f915d073868f
1838 AC_ARG_ENABLE(fatal-asserts, [AC_HELP_STRING([--enable-fatal-asserts], 1838 AC_ARG_ENABLE(fatal-asserts, [AC_HELP_STRING([--enable-fatal-asserts],
1839 [make assertions fatal (useful for debugging)])], , enable_fatal_asserts=no) 1839 [make assertions fatal (useful for debugging)])], , enable_fatal_asserts=no)
1840 if test "x$enable_fatal_asserts" = "xyes" ; then 1840 if test "x$enable_fatal_asserts" = "xyes" ; then
1841 AC_DEFINE(GAIM_FATAL_ASSERTS, 1, [Define to make assertions fatal (useful for debugging).]) 1841 AC_DEFINE(GAIM_FATAL_ASSERTS, 1, [Define to make assertions fatal (useful for debugging).])
1842 fi 1842 fi
1843
1844 AC_CONFIG_COMMANDS_PRE([
1845 if test -e VERSION; then
1846 cp -p VERSION VERSION.ac-save
1847 fi
1848 ])
1849
1850 AC_CONFIG_COMMANDS_POST([
1851 cmp VERSION VERSION.ac-save || touch -r VERSION.ac-save VERSION
1852 rm -f VERSION.ac-save
1853 ])
1854 1843
1855 AC_OUTPUT([Makefile 1844 AC_OUTPUT([Makefile
1856 Doxyfile 1845 Doxyfile
1857 gaim.apspec 1846 gaim.apspec
1858 gaim.service 1847 gaim.service