diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2011-09-16 13:05:45 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2011-09-16 13:05:45 -0400 |
commit | ea521a296cc6888e631d9c9efd6ccb11a995bc21 (patch) | |
tree | 305c8f126daa2ec02b96eb85b9f469ae5c3a6066 | |
parent | 4af2842fc43143d76020b8cc3f4ece4a9922aa55 (diff) | |
download | duser-ea521a296cc6888e631d9c9efd6ccb11a995bc21.tar.gz |
Part of configure change
-rwxr-xr-x | buildconf | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ #!/bin/bash -rm -rf aclocal.m4 config.h.in autom4te.cache/ Makefile.in src/Makefile.in configure && -aclocal && autoheader && automake && autoconf && +rm -rf aclocal.m4 config.h.in autom4te.cache/ Makefile.in src/Makefile.in configure +aclocal && autoheader && automake && autoconf rm -rf autom4te*.cache |