diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-13 22:11:21 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-13 22:11:21 +0100 |
commit | 93c0d26bba8a16d9c95253bc9e736b000838846d (patch) | |
tree | 93019092efcc84de1a2ebd1e79d367f4bd478168 /package/bash | |
parent | eaac9112e564688cd15d993dcb2306a597cb4f39 (diff) |
do not use autoconf
Diffstat (limited to 'package/bash')
-rw-r--r-- | package/bash/patches/patch-Makefile_in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package/bash/patches/patch-Makefile_in b/package/bash/patches/patch-Makefile_in new file mode 100644 index 000000000..8e6cfb1ac --- /dev/null +++ b/package/bash/patches/patch-Makefile_in @@ -0,0 +1,13 @@ +--- bash-4.2.orig/Makefile.in 2010-12-01 01:22:42.000000000 +0100 ++++ bash-4.2/Makefile.in 2011-03-09 20:03:07.163370779 +0100 +@@ -710,8 +710,8 @@ pathnames.h: Makefile $(srcdir)/pathnam + @${RM} pathnames.tmp + + # comment out for distribution +-$(srcdir)/configure: $(srcdir)/configure.in $(srcdir)/aclocal.m4 $(srcdir)/config.h.in +- cd $(srcdir) && autoconf ++#$(srcdir)/configure: $(srcdir)/configure.in $(srcdir)/aclocal.m4 $(srcdir)/config.h.in ++# cd $(srcdir) && autoconf + + # for chet + reconfig: force |