The auxiliary build directory specified with AC_BUILD_AUX_DIR is also automatically created AFAICS, so it need not be created by autogen.sh. [For directories that are not (such as with AC_CONFIG_MACRO_DIR), place an empty .gitignore file in it, so that it always exists.]
4 lines
43 B
Bash
Executable file
4 lines
43 B
Bash
Executable file
#!/bin/sh
|
|
|
|
autoreconf -fi
|
|
./configure "$@"
|