summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortschoening <tschoening@13f79535-47bb-0310-9956-ffa450edef68>2016-03-25 16:27:07 +0000
committertschoening <tschoening@13f79535-47bb-0310-9956-ffa450edef68>2016-03-25 16:27:07 +0000
commit365989432b4d87839207499db7951c30ce13e6cf (patch)
tree40464541922a16a165d6db9d6c9b32a61a17649a
parent14e6856d28347ef142f7f0553e2af07139357e3b (diff)
downloadlog4cxx-365989432b4d87839207499db7951c30ce13e6cf.tar.gz
I don't have any configure.in file after running autogen.sh on a clean working dir and after comparing configure.in form an older release with current configure.ac both are almost identical, so I change to use configurae.ac in a release now. Additionally, aclocal excplicitly said that I need either configure.in or configure.ac, so should be OK to change...
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1736612 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--src/assembly/source.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/assembly/source.xml b/src/assembly/source.xml
index 22a5ecd..20f2e22 100644
--- a/src/assembly/source.xml
+++ b/src/assembly/source.xml
@@ -48,7 +48,7 @@
<include>Makefile.am</include>
<include>NOTICE</include>
<include>build.xml</include>
- <include>configure.in</include>
+ <include>configure.ac</include>
<include>liblog4cxx.pc.in</include>
<include>pom.xml</include>
<include>Makefile.in</include>