aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorElliott Sales de Andrade <quantum.analyst@gmail.com>2015-06-28 18:12:41 -0400
committerElliott Sales de Andrade <quantum.analyst@gmail.com>2015-09-10 16:12:10 -0400
commitb499363df9ed9c919b566538bfdf44f2e6a6d44a (patch)
tree047419da6d8a670f030c8e05e49778eb70f7076b /autogen.sh
parent0fa78bebfbe6333b958315918a2644891ebc914b (diff)
downloadPROJ-b499363df9ed9c919b566538bfdf44f2e6a6d44a.tar.gz
PROJ-b499363df9ed9c919b566538bfdf44f2e6a6d44a.zip
BLD: Remove proj_config.h.in.
It's generated by autoheader, which was mysteriously left out of autogen.sh.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index a15f7c94..e76f3bd9 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -27,8 +27,8 @@ fi
echo "Running aclocal"
aclocal -I ./m4 || giveup
-#echo "Running autoheader"
-#autoheader || giveup
+echo "Running autoheader"
+autoheader || giveup
echo "Running libtoolize"
$LIBTOOLIZE --force --copy || giveup
echo "Running automake"