Merge tag 'upstream/6.33.1_b2+dfsg.1'
[debian_inform6.git] / autogen.sh
blob166c9d69bd6615b3b68105dfe2d158300e7a0db3
1 #!/bin/sh
2 # Run this to set up the package for configuring.
4 run()
6 echo "Running '$@'"
7 eval "$@"
10 echo
11 run cp config/Makefile.am.lib lib/Makefile.am
12 run cp config/Makefile.am.src src/Makefile.am
13 run aclocal && run automake -a -c -f && run autoconf || exit 1
14 echo
15 echo Now run \'./configure\'