On Sat, 12 Apr 2014, Bertrand Jacquin wrote: > This is not used anywhere but can lead to misunderstood. > > Signed-off-by: Bertrand Jacquin <[email protected]> > --- > concordance/configure.ac | 2 +- > libconcord/configure.ac | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/concordance/configure.ac b/concordance/configure.ac > index b80a408..82024b5 100644 > --- a/concordance/configure.ac > +++ b/concordance/configure.ac > @@ -1,4 +1,4 @@ > -AC_INIT([concordance], [1.1+git], [[email protected]]) > +AC_INIT([concordance], [1.1+git], [[email protected]]) > AM_INIT_AUTOMAKE([-Wall -Werror foreign]) > AM_PROG_CC_C_O > AC_CONFIG_MACRO_DIR([m4]) > diff --git a/libconcord/configure.ac b/libconcord/configure.ac > index f500b08..8207647 100644 > --- a/libconcord/configure.ac > +++ b/libconcord/configure.ac > @@ -1,4 +1,4 @@ > -AC_INIT([libconcord], [1.1+git], [[email protected]]) > +AC_INIT([libconcord], [1.1+git], [[email protected]]) > AM_INIT_AUTOMAKE([-Wall -Werror foreign]) > AC_CONFIG_MACRO_DIR([m4]) > m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) > -- > 1.8.3.2
Nice to see someone else contributing patches. :) Signed-off-by: Scott Talbert <[email protected]> ------------------------------------------------------------------------------ Put Bad Developers to Shame Dominate Development with Jenkins Continuous Integration Continuously Automate Build, Test & Deployment Start a new project now. Try Jenkins in the cloud. http://p.sf.net/sfu/13600_Cloudbees _______________________________________________ concordance-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/concordance-devel
