This repository has been archived on 2025-05-24. You can view files and clone it, but cannot push or open issues or pull requests.
Files
libcdio-osx/autogen.sh

12 lines
232 B
Bash
Raw Normal View History

2003-03-24 19:01:09 +00:00
#!/bin/sh
# Run this to generate all the initial makefiles, etc.
echo "Rebuilding ./configure with autoreconf..."
autoreconf -f -i
if [ $? -ne 0 ]; then
echo "autoreconf failed"
exit $?
2003-03-24 19:01:09 +00:00
fi
./configure --enable-maintainer-mode