diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2012-05-25 13:51:55 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2012-05-25 14:21:21 -0400 |
commit | 577f87a3f77a3bda01e61677b7acb9ed4bc93498 (patch) | |
tree | 64db394dd02eac63236250fc481d6cd7925b6107 /buildconf | |
parent | 435e896898b589296c25397613d54ab2bfadac7e (diff) | |
download | duser-577f87a3f77a3bda01e61677b7acb9ed4bc93498.tar.gz |
Full autotools removed. Using autogen.sh
Diffstat (limited to 'buildconf')
-rwxr-xr-x | buildconf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/buildconf b/buildconf deleted file mode 100755 index a30b547..0000000 --- a/buildconf +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash -rm -rf aclocal.m4 config.h.in autom4te.cache/ Makefile.in src/Makefile.in configure -aclocal && autoheader && automake && autoconf -rm -rf autom4te*.cache |