summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2025-03-06 17:12:52 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2025-03-06 17:12:52 +0100
commite2ca1a39c8505d94e64aa7ef1d37610507389e4f (patch)
treeb17ab3717ae8c2390365015511550ad0e37467cb /autogen.sh
parent880636eb120d18a2197b35839105a1aed5c71111 (diff)
Remove autotools (configure/make) support
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh20
1 files changed, 0 insertions, 20 deletions
diff --git a/autogen.sh b/autogen.sh
deleted file mode 100755
index fafb9f19b..000000000
--- a/autogen.sh
+++ /dev/null
@@ -1,20 +0,0 @@
-#! /bin/sh
-#
-# This file is no longer referred to in the documentation, it's kept
-# for backwards compatibility only.
-#
-# Just run `autoconf` instead to generate `configure` and you're done.
-#
-# The old README.Unix.txt stated that it should be executed from within
-# the "FLTK source-code directory", hence changing directories is not
-# useful and would break if the user's home directory contained spaces.
-# Changing directories has been removed in FLTK 1.4.0 and this file
-# has been simplified substantially.
-#
-# Instead of executing it as documented in pre-1.4 README files the new docs
-# instruct to just execute `autoconf` which is sufficient and equivalent to
-# the old instructions.
-
-autoconf --force || exit 1
-
-test -n "$NOCONFIGURE" || ./configure "$@"