Re: [Mod-security-developers] Autotools results shouldn't be in the SCM
Brought to you by:
victorhora,
zimmerletw
|
From: Diego E. P. <fla...@gm...> - 2011-04-20 18:04:28
|
Il giorno mar, 19/04/2011 alle 13.48 -0500, Breno Silva ha scritto: > I think we are good now Sorry, a few more: # typechange: acinclude/libtool.m4 # typechange: acinclude/ltoptions.m4 # typechange: acinclude/ltsugar.m4 # typechange: acinclude/ltversion.m4 # typechange: acinclude/lt~obsolete.m4 # typechange: build/config.guess # typechange: build/config.sub # typechange: build/depcomp # typechange: build/install-sh # typechange: build/ltmain.sh # typechange: build/missing these are typechanges because I use "autoreconf -fis" that creates symlinks instead of copying the files over. Note that in particular the libtool m4 files are important to avoid this: configure.ac:20: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from... ../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from... acinclude/libtool.m4:1022: _LT_SYS_MODULE_PATH_AIX is expanded from... acinclude/libtool.m4:4170: _LT_LINKER_SHLIBS is expanded from... acinclude/libtool.m4:5252: _LT_LANG_C_CONFIG is expanded from... acinclude/libtool.m4:138: _LT_SETUP is expanded from... acinclude/libtool.m4:67: LT_INIT is expanded from... configure.ac:20: the top level configure.ac:20: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from... ../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from... acinclude/libtool.m4:4170: _LT_LINKER_SHLIBS is expanded from... acinclude/libtool.m4:5252: _LT_LANG_C_CONFIG is expanded from... acinclude/libtool.m4:138: _LT_SETUP is expanded from... acinclude/libtool.m4:67: LT_INIT is expanded from... configure.ac:20: the top level configure.ac:20: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from... ../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from... acinclude/libtool.m4:1022: _LT_SYS_MODULE_PATH_AIX is expanded from... acinclude/libtool.m4:4170: _LT_LINKER_SHLIBS is expanded from... acinclude/libtool.m4:5252: _LT_LANG_C_CONFIG is expanded from... acinclude/libtool.m4:138: _LT_SETUP is expanded from... acinclude/libtool.m4:67: LT_INIT is expanded from... configure.ac:20: the top level configure.ac:20: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from... ../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from... acinclude/libtool.m4:4170: _LT_LINKER_SHLIBS is expanded from... acinclude/libtool.m4:5252: _LT_LANG_C_CONFIG is expanded from... acinclude/libtool.m4:138: _LT_SETUP is expanded from... acinclude/libtool.m4:67: LT_INIT is expanded from... configure.ac:20: the top level -- Diego Elio Pettenò — Flameeyes http://blog.flameeyes.eu/ |