We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb612f0 commit 670672dCopy full SHA for 670672d
autogen.sh
@@ -46,6 +46,14 @@ if [ "$1" = "clean" ]; then
46
find . -iname "Makefile.in" -type f -exec rm '{}' +
47
fi
48
49
+bail_out()
50
+{
51
+ echo
52
+ echo " Something went wrong, bailing out!"
53
54
+ exit 1
55
+}
56
+
57
# Prevent any errors that might result from failing to properly invoke
58
# `libtoolize` or `glibtoolize,` whichever is present on your system,
59
# from occurring by testing for its existence and capturing the absolute path to
@@ -59,14 +67,6 @@ else
67
bail_out
60
68
61
69
62
-bail_out()
63
-{
64
- echo
65
- echo " Something went wrong, bailing out!"
66
- exit 1
-}
-
70
# --- Step 1: Generate aclocal.m4 from:
71
# . acinclude.m4
72
# . config/*.m4 (these files are referenced in acinclude.m4)
0 commit comments