comparison configure.ac @ 8919:f37992e86e66

[gaim-migrate @ 9689] " Very simple patch that stores the arguments given to configure into config.h.. for example './configure --enable-debug' will set CONFIG_ARGS to "'--enable-debug'". This works just like php does when you do a phpinfo();" --Gary Kramlich the only real point of this is that it helps 3rd party plugin people in the case that the person installing said plugin compiled, or at least configured, gaim. but it shouldn't hurt anything either so... committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 12 May 2004 03:42:13 +0000
parents a11807af171e
children f15fcdbecf0a
comparison
equal deleted inserted replaced
8918:c34e4e6128f3 8919:f37992e86e66
5 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) 5 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
6 6
7 AC_PREREQ([2.50]) 7 AC_PREREQ([2.50])
8 8
9 AC_PATH_PROG(sedpath, sed) 9 AC_PATH_PROG(sedpath, sed)
10
11 dnl Storing configure arguments
12 AC_DEFINE_UNQUOTED(CONFIG_ARGS, "$ac_configure_args", [configure arguments])
10 13
11 dnl Checks for programs. 14 dnl Checks for programs.
12 AC_PROG_CC 15 AC_PROG_CC
13 AC_DISABLE_STATIC 16 AC_DISABLE_STATIC
14 AM_PROG_LIBTOOL 17 AM_PROG_LIBTOOL