dryman/opic

The generated configure script should be excluded

Closed this issue · 1 comments

jserv commented

The script file configure was generated by Automake, and it should not exist in source listing. Instead, place the following autogen script:

#! /bin/sh
AUTORECONF_ARGS=-i
mkdir -p m4
AUTORECONF_ARGS="$AUTORECONF_ARGS -I m4"
autoreconf $AUTORECONF_ARGS
rm -rf autom4te.cache

Thanks for the suggestion. Just googled autogen, I probably would rename it as bootstrap.sh.