summaryrefslogtreecommitdiff
path: root/editors/qemacs/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'editors/qemacs/files/patch-configure')
-rw-r--r--editors/qemacs/files/patch-configure11
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/qemacs/files/patch-configure b/editors/qemacs/files/patch-configure
deleted file mode 100644
index 6a141f1d05d9..000000000000
--- a/editors/qemacs/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig Tue Apr 22 07:01:43 2003
-+++ configure Thu Jan 18 12:39:56 2007
-@@ -311,7 +311,7 @@
- head $source_path/VERSION >>config.mak
- echo "" >>config.mak
- echo -n "#define QE_VERSION \"" >> $TMPH
--head $source_path/VERSION >> $TMPH
-+echo -n `head $source_path/VERSION` >> $TMPH
- echo "\"" >> $TMPH
- if test "$network" = "yes" ; then
- echo "#define CONFIG_NETWORK 1" >> $TMPH