Skip to content
Snippets Groups Projects
Commit 63db9207 authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

[#1538] Remove configure from autogen.sh to respect debian upstream authors policy

parent 7f78ea09
Branches
Tags
No related merge requests found
......@@ -15,21 +15,3 @@ autocmd autoheader
autocmd autoconf -f
autocmd automake --add-missing --force-missing --copy -Wall
./configure $@
#!/bin/sh
# could be replaced with autoconf -v -f (verbose, force rebuild of ltmain, .in files, etc.)
#if [ ! -d "m4" ]; then
# mkdir m4
#fi
#
#aclocal -I m4
#libtoolize --force
#autoheader
#autoconf -f
#automake -a
#./configure $@
#
#
......@@ -15,6 +15,3 @@ autocmd autoheader
autocmd autoconf -f
autocmd automake --add-missing --force-missing --copy -Wall
./configure $@
......@@ -23,7 +23,4 @@ else
automake --add-missing --force-missing --copy
fi
# now we launch configure
./configure $@
exit 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment