[Freeciv-Dev] (PR#8634) [Patch] Fix AC_CONFIG_FILES call for cygwin auto
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: |
undisclosed-recipients: ; |
Subject: |
[Freeciv-Dev] (PR#8634) [Patch] Fix AC_CONFIG_FILES call for cygwin autoheader |
From: |
"Marko Lindqvist" <marko.lindqvist@xxxxxxxxxxx> |
Date: |
Sat, 1 May 2004 07:03:59 -0700 |
Reply-to: |
rt@xxxxxxxxxxx |
<URL: http://rt.freeciv.org/Ticket/Display.html?id=8634 >
autoheader failed under cygwin. After some testing I found out that
removing extra spaces (I think) after each line in AC_CONFIG_FILES fixed
this.
If this patch does not apply cleanly, it probably means that there is
no really spaces, but I have problem with linefeeds somewhere on route
from cvs.freeciv.org repository to my actual build directory.
I also changed tabs, that started most lines, into 8 spaces each. This
change was made only after autoheader already worked, so tabs were not
cause to it.
- Caz
diff -Nurd freeciv/configure.ac freeciv/configure.ac
--- freeciv/configure.ac 2004-04-30 19:42:18.703125000 +0300
+++ freeciv/configure.ac 2004-05-01 16:48:02.500000000 +0300
@@ -673,41 +673,41 @@
fi
AC_CONFIG_FILES([Makefile
- data/Makefile
- data/misc/Makefile
- data/trident/Makefile
- data/isotrident/Makefile
- data/default/Makefile
- data/civ1/Makefile
- data/civ2/Makefile
- data/scenario/Makefile
- data/nation/Makefile
- data/history/Makefile
- common/Makefile
- common/aicore/Makefile
- ai/Makefile
- tests/Makefile
- client/Makefile
- client/agents/Makefile
- client/include/Makefile
- client/gui-sdl/Makefile
- client/gui-gtk/Makefile
- client/gui-gtk-2.0/Makefile
- client/gui-xaw/Makefile
- client/gui-win32/Makefile
- client/gui-stub/Makefile
- server/Makefile
- server/userdb/Makefile
- intl/Makefile
- po/Makefile.in
- doc/Makefile
- doc/de/Makefile
- doc/fr/Makefile
- doc/it/Makefile
- doc/ja/Makefile
- doc/nl/Makefile
- doc/sv/Makefile
- undep.sh])
+ data/Makefile
+ data/misc/Makefile
+ data/trident/Makefile
+ data/isotrident/Makefile
+ data/default/Makefile
+ data/civ1/Makefile
+ data/civ2/Makefile
+ data/scenario/Makefile
+ data/nation/Makefile
+ data/history/Makefile
+ common/Makefile
+ common/aicore/Makefile
+ ai/Makefile
+ tests/Makefile
+ client/Makefile
+ client/agents/Makefile
+ client/include/Makefile
+ client/gui-sdl/Makefile
+ client/gui-gtk/Makefile
+ client/gui-gtk-2.0/Makefile
+ client/gui-xaw/Makefile
+ client/gui-win32/Makefile
+ client/gui-stub/Makefile
+ server/Makefile
+ server/userdb/Makefile
+ intl/Makefile
+ po/Makefile.in
+ doc/Makefile
+ doc/de/Makefile
+ doc/fr/Makefile
+ doc/it/Makefile
+ doc/ja/Makefile
+ doc/nl/Makefile
+ doc/sv/Makefile
+ undep.sh])
AC_CONFIG_FILES([civ], [chmod +x civ])
AC_CONFIG_FILES([ser], [chmod +x ser])
AC_CONFIG_COMMANDS([default],[[ chmod +x undep.sh ; ./undep.sh ]],[[]])
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Freeciv-Dev] (PR#8634) [Patch] Fix AC_CONFIG_FILES call for cygwin autoheader,
Marko Lindqvist <=
|
|