summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorRomain Bouvier <skunnyk@alteroot.org>2020-05-12 23:15:41 +0200
committerRomain Bouvier <skunnyk@alteroot.org>2020-05-12 23:15:41 +0200
commitfa58240b6b0070a6a7e446fa7bd6034eac452542 (patch)
tree9a533644622814f7f6cceecfdb139cfcb9876119 /autogen.sh
parente652e9366589bbd3e6c47daed5b9fddb168748b8 (diff)
downloadxfce4-dev-tools-fa58240b6b0070a6a7e446fa7bd6034eac452542.tar.gz
Switch to "foreign" mode for automake
- This way, we don't need to provide a README file, now that we start to switch to README.md for markdown readme on gitlab - "[..] differences between the gnu and foreign flavours is that the former requires the presence of a number of files in the top-level of the projects": https://autotools.io/automake/options.html - It also stop warning when using GNU make syntax, but we already mandate gnu make, so it's not a problem
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index bc701f4..404a962 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -31,7 +31,7 @@ sed -e "s/@REVISION@/${revision}/g" < "configure.ac.in" > "configure.ac"
(libtoolize &&
aclocal &&
- automake --add-missing --copy --gnu &&
+ automake --add-missing --copy &&
autoconf) || exit 1
test -d m4 || mkdir m4