Skip to content
Snippets Groups Projects
Commit 3db69c41 authored by Jason Edward Stewart's avatar Jason Edward Stewart
Browse files

added script for re-running autoconf/automake et. al.

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@469112 13f79535-47bb-0310-9956-ffa450edef68
parent cae448bc
No related branches found
No related tags found
No related merge requests found
reconf 0 → 100755
#!/bin/sh
set -x
rm -f config.cache
aclocal -I m4
autoheader
automake -a
autoconf
exit
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment