Skip to content

Commit

Permalink
Just use autoreconf in autogen.sh (ticket rpm-software-management#109)
Browse files Browse the repository at this point in the history
- instead of doing stuff by "hand" and getting it wrong, let autoreconf
  worry about getting it right (if nothing else, we can then blame
  autoreconf instead of ourselves ;)
  • Loading branch information
pmatilai committed Nov 26, 2009
1 parent 2b41860 commit ae74744
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,7 @@ export CPPFLAGS
export CFLAGS
export LDFLAGS

libtoolize=`which glibtoolize 2>/dev/null`
case $libtoolize in
/*) ;;
*) libtoolize=`which libtoolize 2>/dev/null`
case $libtoolize in
/*) ;;
*) libtoolize=libtoolize
esac
esac

$libtoolize --copy --force
autopoint --force
aclocal
autoheader
automake -a -c
autoconf
autoreconf -i

case "$1" in
"--noconfigure")
Expand Down

0 comments on commit ae74744

Please sign in to comment.