mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 18:46:38 -04:00
- Rename autoconf 2.13 port directory, package, and command all to autoconf2.13 just like ports like perl and python. - Let USES=autoreconf run gtkdocize if necessary. - Rewrite autoconf-wrapper and rename it autoconf-switch to reflect better what it does. - Delete patch-bison. It has been reverted upstream. - Add a patch to let autoreconf set the AUTOCONF environment variable so subprocesses like automake use the correct version. - Make building of info files optional. - Address portlint, portclippy, portfmt issues in devel/autoconf*. PR: 259556, 263970
11 lines
357 B
Text
11 lines
357 B
Text
--- acspecific.m4.orig 2000-02-27 16:18:10 UTC
|
|
+++ acspecific.m4
|
|
@@ -2681,7 +2681,7 @@ else
|
|
if AC_TRY_EVAL(ac_link); then
|
|
for file in conftest.*; do
|
|
case $file in
|
|
- *.c | *.o | *.obj | *.ilk | *.pdb) ;;
|
|
+ *.c | *.C | *.o | *.obj | *.ilk | *.pdb) ;;
|
|
*) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
|
|
esac
|
|
done
|