diff options
| author | Igor Pashev <pashev.igor@gmail.com> | 2022-10-29 15:05:40 +0200 |
|---|---|---|
| committer | Igor Pashev <pashev.igor@gmail.com> | 2022-10-29 15:05:40 +0200 |
| commit | 088873fbc7f92c3d8d582f29eb44e39a136e944d (patch) | |
| tree | 4daf0179be448b18778fd5d3930367e463e0ca50 /build-setup.sh | |
| parent | 8df721df25864f89772c58a4486314855bf1a37e (diff) | |
| download | open-axiom-088873fbc7f92c3d8d582f29eb44e39a136e944d.tar.gz | |
Remove old build system
Diffstat (limited to 'build-setup.sh')
| -rwxr-xr-x | build-setup.sh | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/build-setup.sh b/build-setup.sh deleted file mode 100755 index 1ac94081..00000000 --- a/build-setup.sh +++ /dev/null @@ -1,17 +0,0 @@ -#! /bin/sh - -error() { - echo "$1" - exit 1 -} - -# set -x - -rm -rf autom4te.cache -autoheader || error "could not re-generate config/openaxiom-c-macros.h" -aclocal -I config -autoconf || error "could not re-generate configure" -automake -a -c #--force-missing -rm -rf autom4te.cache - -# set +x |
