Skip to content

Commit

Permalink
Fuss with configure.ac
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeShu authored Feb 28, 2025
1 parent f2a3529 commit 53dcbe7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# autoreconf -if
/build-aux/
/configure
/aclocal.m4
/autom4te.cache/
Makefile.in

# ./configure
/config.log
/config.status
Makefile
.deps/

# make
/src/awf-gtk?
*.o
3 changes: 2 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
AC_INIT([A widget factory], [2.8.0])
AC_CONFIG_SRCDIR([src/awf.c])
AC_CONFIG_AUX_DIR([build-aux])

AM_INIT_AUTOMAKE
AM_INIT_AUTOMAKE([foreign])

AC_PROG_CC
AM_PROG_CC_C_O
Expand Down

0 comments on commit 53dcbe7

Please sign in to comment.