Skip to content

Commit

Permalink
Use the modern autoreconf in autogen.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
amadvance committed Mar 9, 2024
1 parent d1d79d8 commit 82792d7
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions autogen.sh
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
#!/bin/sh
#
echo "Generating build information using aclocal, automake and autoconf"
echo "This may take a while ..."
echo "Generating build information using autoreconf"

# Touch the timestamps on all the files since CVS messes them up
touch configure.ac

# Regenerate configuration files
aclocal
automake --add-missing --force-missing
autoconf
autoheader && touch config.h.in
# All is done by autoreconf
autoreconf -f -i

# Run configure for this platform
echo "Now you are ready to run ./configure"

0 comments on commit 82792d7

Please sign in to comment.