summaryrefslogtreecommitdiff
path: root/editors/qemacs/files/patch-configure
blob: 6a141f1d05d9c53e462f8bc8b0b48a1f92fae91b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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